GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColorCollection Class / Remove Method / Remove(String) Method
The name of the GoColor to remove.
In This Topic
    Remove(String) Method
    In This Topic
    Removes a GoColor with the specified name from the collection.
    Syntax
    public void Remove( 
       string name
    )

    Parameters

    name
    The name of the GoColor to remove.
    Remarks
    If the GoColor with the specified name is associated with more than one name, then only the association between the specified name and the GoColor is removed. The GoColor will remain in the collection.
    See Also