Topic 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<Topic> All()VB
Public Function All As IEnumerable(Of Topic)C++
public:
IEnumerable<Topic^>^ All()F#
member All : unit -> IEnumerable<Topic> Return Value
IEnumerableTopicAn enumerable list of all topics and sub-topics