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