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
| Classes | Gets all class type models in the collection. |
| Delegates | Gets all delegate type models in the collection. |
| Enums | Gets all enum type models in the collection. |
| Interfaces | Gets all interface type models in the collection. |
| Structs | Gets all struct type models in the collection. |
