Skip to main content

EnumUtils

Assembly: ServiceStack.Common.dll
View Source
Declaration
public static class EnumUtils

Methods

GetValues<T>()

View Source
Declaration
public static IEnumerable<T> GetValues<T>()
where T : Enum
Returns

System.Collections.Generic.IEnumerable<<T>>

Type Parameters
  • T