ISyntaxGeneratorMetadataSortOrder Property

This read-only property returns the value that defines the order in which the syntax generators are added the to the configuration file.

Definition

Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
int SortOrder { get; }

Property Value

Int32
The sort order determines the order of the syntax sections in each topic

See Also