Utility GetEnumValues Method Bespoke Osc Library
Get the values of an enumeration.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Shared Function GetEnumValues ( _
	enumType As Type _
) As Enum()

Return Value

An array of OnlineEnum values present within the enumeration.
Exceptions

See Also