TocEntryCollectionAll Method

This is used to enumerate all topics recursively

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public IEnumerable<TocEntry> All()

Return Value

IEnumerableTocEntry
An enumerable list of all topics and sub-topics

See Also