GetAll

Enumeration.GetAll<T> method

返回所有枚举值。

public static IEnumerable<T> GetAll<T>()
    where T : Enumeration
范围 描述
T 枚举对象类型。

返回值

提供类型的枚举

也可以看看