net472_PropertyGridHelpers.Support_Support_GetResourcesNames - dparvin/PropertyGridHelpers GitHub Wiki

Support.GetResourcesNames method

Gets the resources names from the assembly where the enum is located.

public static string[] GetResourcesNames(Type enumType)
parameter description
enumType Type of the enum.

Return Value

Returns a string array containing the names of all resources in the assembly where the passed in enum type is located.

Exceptions

exception condition
ArgumentNullException Thrown when the parameter enumType is null
ArgumentException Throw when the parameter enumType is not an Enum type

See Also

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