Toc Entry CollectionAll Method
This is used to enumerate all topics recursively
Definition
Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
An enumerable list of all topics and sub-topics
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public IEnumerable<TocEntry> All()VB
Public Function All As IEnumerable(Of TocEntry)C++
public:
IEnumerable<TocEntry^>^ All()F#
member All : unit -> IEnumerable<TocEntry> Return Value
IEnumerableTocEntryAn enumerable list of all topics and sub-topics