Property Values
Values
Gets all the defined values for the enumeration, ordered by the value.
Declaration
public static ImmutableArray<T> Values { get; }
Property Value
Type | Description |
---|---|
ImmutableArray<T> |
Remarks
The index of each value matches the index of its name in the Names collection. If this is a flags enumeration then the values are ordered by the underlying type's unsigned representation so that values are ordered by highest bits set in ascending order.