'Declaration
<__DynamicallyInvokableAttribute()> Public Overloads Sub Sort( _ ByVal comparer As System.Collections.Generic.IComparer(Of NTreeEdge) _ )
'Usage
Dim instance As NTreeEdgeList Dim comparer As System.Collections.Generic.IComparer(Of NTreeEdge) instance.Sort(comparer)
[__DynamicallyInvokable()] public void Sort( System.Collections.Generic.IComparer<NTreeEdge> comparer )
Parameters
- comparer