IReadOnlyTopicCollection.Flatten Property

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

Definition

Gets all topics in the collection, including all nested topics.
IReadOnlyCollection<TopicModel> Flatten { get; }

Property Value

IReadOnlyCollection<TopicModel>
The read-only collection of all topics in the collection, including nested topics.