TypeCollection Class
- Namespace
- Kampute.DocToolkit.Collections
- Assembly
Definition
Represents a read-only collection of type models in a documentation context.
public class TypeCollection : IReadOnlyTypeCollection
- Inheritance
- Implements
Constructors
Fields
Properties
| Classes | Gets all class type models in the collection. |
| Count | Gets the total number of 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. |
Methods
| GetEnumerator() | Returns an enumerator that iterates through the collection of type models. |
Explicit Interface Implementations