net472_PropertyGridHelpers.Support_Support_GetEnumField - dparvin/PropertyGridHelpers GitHub Wiki

Support.GetEnumField method

Retrieves the FieldInfo for a specific enum value.

public static FieldInfo GetEnumField(Enum value)
parameter description
value The enum value to inspect.

Return Value

The FieldInfo corresponding to the specified enum value, or null if the value does not match a defined member of the enum type.

Exceptions

exception condition
ArgumentNullException Thrown when value is null.

See Also

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