NREnum.Values Property NReflect
Gets a list of values of this enum.

Namespace: NReflect.NREntities
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

public List<NREnumValue> Values { get; private set; }
See Also