TopicCollection.Sort Method

HTML to MAML Converter

TopicCollectionSort Method
This is used to sort the collection

Namespace: HtmlToMamlConversion
Assembly: ConvertHtmlToMaml (in ConvertHtmlToMaml.exe) Version: 1.0.0.2
Syntax
public void Sort()
Public Sub Sort
public:
void Sort()
member Sort : unit -> unit 
Remarks
Values are sorted by display title. Comparisons are case-sensitive.
See Also