EnumModel.Values Property
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the values of the enumeration type.
public IReadOnlyList<FieldModel> Values { get; }Property Value
- IReadOnlyList<FieldModel>
- The read-only collection of the values of the
enum. The values are ordered as they appear in the metadata.
