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

    Parameters

    comparer
    The specified IComparer.

    Return Value

    Returns a List<String> of sorted names.
    See Also