net472_PropertyGridHelpers.Support_Support_GetResourcesNames - dparvin/PropertyGridHelpers GitHub Wiki
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. |
Returns a string array containing the names of all resources in the assembly where the passed in enum type is located.
exception | condition |
---|---|
ArgumentNullException | Thrown when the parameter enumType is null |
ArgumentException | Throw when the parameter enumType is not an Enum type |
- class Support
- namespace PropertyGridHelpers.Support
- assembly PropertyGridHelpers