RhinoList.T..Sort (.Int32.)
Public Class
Sort this list based on a list of numeric keys of equal length. The keys array will not be altered.
Namespace: Rhino.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public void Sort( int[] keys)
Parameters
keys
Type:.System.Int32.
Numeric keys to sort with.
Remarks
This function does not exist on the DotNET List class. David thought it was a good idea.