Enum 型(Type.IsEnum == true)の値を返します。
シンタックス
'宣言
Public Shared Function GetEnumValues(Of )( _
ByVal As System.Type _
) As System.Collections.Generic.IList(Of T)
public static System.Collections.Generic.IList<T> GetEnumValues<>(
System.Type
)
パラメータ
- enumType
- Enum 型。
型パラメータ
- T
- Enum 型。
戻り値の型
Enum 型の値のリスト。
参照