Sort Method
Sorts the current collection index using a custom IComparer implementation
Namespace: Microsoft.Imm.Sdk.Rdf
Assembly: Microsoft.Imm.Sdk (in Microsoft.Imm.Sdk)
Version: 1.0.0.0 (1.0.0.0)
Syntax
public virtual void Sort(
IComparer comparer
)
Parameters
- comparer
Type: System.Collections. . :: .IComparer
An instance of a custom class that implements IComparer and will be used to compare each object in the array.