Method Sort
Sort(IComparer<ISyntaxNode>)
Sorts all ISyntaxNode
in the node collection using the specified comparer.
public virtual void Sort(IComparer<ISyntaxNode> comparer)
Parameters
comparer
IComparer<ISyntaxNode>The IComparer implementation to use when comparing nodes.