AddEnum(Type, Converter<Object, String>)
|
enumType, displayTextConverter
|
Adds items that represent elements of the specified enumeration to the current collection. Enumeration values are converted to string values using the specified method to represent item descriptions.
|
AddEnum(Type)
|
enumType
|
Adds items to the collection that represent elements of the specified enumeration.
|
AddEnum<TEnum>()
|
none
|
Adds items that represent elements of the specified enumeration to the current collection.
|
AddEnum<TEnum>(Converter<TEnum, String>)
|
displayTextConverter
|
Adds items that represent elements of the specified enumeration to the current collection. Enumeration values are converted to string values using the specified method to represent item descriptions.
|