net90_PropertyGridHelpers.Converters_EnumTextConverter_EnumTextConverter - dparvin/PropertyGridHelpers GitHub Wiki

EnumTextConverter constructor

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.

Exceptions

exception condition
ArgumentNullException Thrown if type is null.

See Also

⚠️ **GitHub.com Fallback** ⚠️