GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColorCollection Class / GetSortedColors Method
The specified IComparer.
In This Topic
    GetSortedColors Method
    In This Topic
    Gets a List of all of the GoColor structures in the collection, sorted using the specified IComparer.
    Syntax
    public List<GoColor> GetSortedColors( 
       IComparer<GoColor> comparer
    )

    Parameters

    comparer
    The specified IComparer.

    Return Value

    Returns a List<GoColor> of sorted GoColors.
    See Also