ArrayEditor Constructor (Type^)

 

Initializes a new instance of ArrayEditor using the specified data type for the array.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
ArrayEditor(
	Type^ type
)

Parameters

type
Type: System::Type^

The data type of the items in the array.

.NET Framework
Available since 1.1
Return to top
Show: