Sandcastle Help File Builder Documentation
C#
VB
C++
F#
Show/Hide TOC
Toc
Entry
Collection
Sort Method
This is used to sort the collection
Definition
Namespace:
Sandcastle.Core.ConceptualContent
Assembly:
Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
C#
Copy
View Source
Request Example
public
void
Sort
()
VB
Copy
View Source
Request Example
Public
Sub
Sort
C++
Copy
View Source
Request Example
public
:
void
Sort
()
F#
Copy
View Source
Request Example
member
Sort
:
unit
->
unit
Remarks
All top level items and their children are sorted
See Also
Reference
TocEntryCollection Class
Sandcastle.Core.ConceptualContent Namespace
In This Article
Definition
Remarks
See Also