Gets a list of names for the specified enumeration.

public static IList<string> GetEnumNamesAsString( 
Type type 
)

Parameters

type

Type: Type

The name of the Enum type.

Return Value

A list of strings representing the enumeration values