net472_PropertyGridHelpers.Attributes_EnumTextAttribute_Exists - dparvin/PropertyGridHelpers GitHub Wiki
Determines whether the specified enum value has an associated EnumTextAttribute
.
public static bool Exists(Enum value)
parameter | description |
---|---|
value | The enum value to check. |
true
if the attribute is applied to the enum field; otherwise, false
.
- class EnumTextAttribute
- namespace PropertyGridHelpers.Attributes
- assembly PropertyGridHelpers