EnumConverter Constructor (Type^)

 

Initializes a new instance of the EnumConverter class for the given type.

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

public:
EnumConverter(
	Type^ type
)

Parameters

type
Type: System::Type^

A Type that represents the type of enumeration to associate with this enumeration converter.

.NET Framework
Available since 1.1
Return to top
Show: