net90_PropertyGridHelpers.Converters_EnumTextConverter_EnumTextConverter - dparvin/PropertyGridHelpers GitHub Wiki
Initializes a new instance of the EnumTextConverter
class for the given enum type.
public EnumTextConverter(Type type)
parameter | description |
---|---|
type | The target enum type to convert. |
exception | condition |
---|---|
ArgumentNullException | Thrown if type is null. |
- class EnumTextConverter
- namespace PropertyGridHelpers.Converters
- assembly PropertyGridHelpers