GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColorCollection Class / Remove Method / Remove(GoColor) Method
The specified GoColor to remove.
In This Topic
    Remove(GoColor) Method
    In This Topic
    Removes the specified GoColor from the collection and all of its associated names.
    Syntax
    public void Remove( 
       GoColor color
    )

    Parameters

    color
    The specified GoColor to remove.
    See Also