Click or drag to resize
Accord.NET (logo)

ArrayPropertyDescriptor Constructor

Constructs a new Array Property Descriptor.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public ArrayPropertyDescriptor(
	string name,
	Type type,
	int index
)
Request Example View Source

Parameters

name
Type: SystemString
A title for the array.
type
Type: SystemType
The type of the property being displayed.
index
Type: SystemInt32
The index to display.
See Also