TypeListConverter Constructor (array<Type^>^)

 

Initializes a new instance of the TypeListConverter class using the type array as the available types.

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

protected:
TypeListConverter(
	array<Type^>^ types
)

Parameters

types
Type: array<System::Type^>^

The array of type Type to use as the available types.

The types provided in the types parameter can be used to populate a list box with the available types.

.NET Framework
Available since 1.1
Return to top
Show: