GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColorCollection Class / GetNames Method
The specified GoColor.
In This Topic
    GetNames Method
    In This Topic
    Gets an IEnumerator object representing all of the names associated with the specified GoColor.
    Syntax
    public IEnumerator<string> GetNames( 
       GoColor key
    )

    Parameters

    key
    The specified GoColor.

    Return Value

    Returns an IEnumerator object.
    See Also