Click or drag to resize

ReflectionUtilsGetEnumList Method

Returns a List of KeyValuePair object

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static List<KeyValuePair<string, string>> GetEnumList(
	Type enumType,
	bool valueAsFieldValueNumber = false
)

Parameters

enumType
Type: SystemType
Type of the enum.
valueAsFieldValueNumber (Optional)
Type: SystemBoolean
if set to true [value as field value number].

Return Value

Type: ListKeyValuePairString, String

[Missing <returns> documentation for "M:Koden.Utils.ReflectionUtils.GetEnumList(System.Type,System.Boolean)"]

See Also