Piccolo.NET

PCameraList.Sort Method 

Sorts the cameras in the entire list using the specified comparer.

public void Sort(
   IComparer comparer
);

Parameters

comparer
The IComparer implementation to use when comparing elements, or a null reference to use the IComparable implementation of each camera.

See Also

PCameraList Class | UMD.HCIL.Piccolo.Util Namespace