Lokad SDK for .NET - Documentation
GetValues<(Of <(TEnum>)>) Method
NamespacesLokadEnumUtilGetValues<(Of <(TEnum>)>)()()()
Gets the values associated with the specified enum.
Declaration Syntax
C#Visual BasicVisual C++
public static TEnum[] GetValues<TEnum>()
where TEnum : struct, new()
Public Shared Function GetValues(Of TEnum As {Structure, New}) As TEnum()
public:
generic<typename TEnum>
where TEnum : value class, gcnew()
static array<TEnum>^ GetValues()
Generic Template Parameters
TEnum
The type of the enum.
Return Value
array instance of the enum values

Assembly: Lokad.Sdk (Module: Lokad.Sdk) Version: 2.4.669.0 (2.4.669.0)