Click or drag to resize
EnumTEnumGetValues Method
Retrieves an array of the values of the constants in a specified enumeration.

Namespace: Bobs
Assembly: Bobs.Utilities (in Bobs.Utilities.dll) Version: 0.1.0-dev001
Syntax
public static TEnum[] GetValues()

Return Value

Type: TEnum
An array that contains the values of the constants in TEnum.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe method is invoked by reflection in a reflection-only context, -or- TEnum is a type from an assembly loaded in a reflection-only context.
See Also