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:
SandcastleBuilder.Utils.ConceptualContent
Assembly:
SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.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
SandcastleBuilder.Utils.ConceptualContent Namespace
In This Article
Definition
Remarks
See Also