Sorts the elements in this collection using the specified comparer.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void Sort ( |
Visual Basic
Copy Code
|
|---|
Public Sub Sort( _ |
The IComparer implementation to use when comparing elements.
See Also