TypeCollection.Interfaces Property
- Namespace
- Kampute.DocToolkit.Collections
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all interface type models in the collection.
public IReadOnlyCollection<InterfaceModel> Interfaces { get; }Property Value
- IReadOnlyCollection<InterfaceModel>
- A read-only collection InterfaceModel containing all interface type models in the collection.
