EnumNumericConverter Constructor
In This Topic
Initializes a new instance of the
EnumNumericConverter class for the given type.
Syntax
'Declaration
Public Function New( _
ByVal As Type _
)
public EnumNumericConverter(
Type
)
Parameters
- type
- A System.Type that represents the type of enumeration to associate with this converter.
See Also