Method Sort
Sort(IComparer<ISyntaxNode>)
When implemented by a class, sorts all ISyntaxNode
in the node collection using the specified comparer.
void Sort(IComparer<ISyntaxNode> comparer)
Parameters
comparer
IComparer<ISyntaxNode>The IComparer implementation to use when comparing nodes.