net472_PropertyGridHelpers.Support_Support_GetEnumField - dparvin/PropertyGridHelpers GitHub Wiki
Retrieves the FieldInfo for a specific enum value.
public static FieldInfo GetEnumField(Enum value)
parameter | description |
---|---|
value | The enum value to inspect. |
The FieldInfo corresponding to the specified enum value, or null
if the value does not match a defined member of the enum type.
exception | condition |
---|---|
ArgumentNullException | Thrown when value is null . |
- class Support
- namespace PropertyGridHelpers.Support
- assembly PropertyGridHelpers