TypeCollection.Enums Property

Namespace
Kampute.DocToolkit.Collections
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets all enum type models in the collection.
public IReadOnlyCollection<EnumModel> Enums { get; }

Property Value

IReadOnlyCollection<EnumModel>
A read-only collection EnumModel containing all enum type models in the collection.