net90_PropertyGridHelpers.Attributes_EnumTextAttribute_Exists - dparvin/PropertyGridHelpers GitHub Wiki

EnumTextAttribute.Exists method

Determines whether the specified Enum value has an associated EnumTextAttribute.

public static bool Exists(Enum value)
parameter description
value The Enum value to check.

Return Value

true if the attribute is applied to the Enum field; otherwise, false.

See Also

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