IReadOnlyTypeCollection Interface

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

Definition

Represents a read-only collection of type models in a documentation context.
public interface IReadOnlyTypeCollection : IReadOnlyCollection<TypeModel>
Extends
Implemented by

Properties

ClassesGets all class type models in the collection.
DelegatesGets all delegate type models in the collection.
EnumsGets all enum type models in the collection.
InterfacesGets all interface type models in the collection.
StructsGets all struct type models in the collection.