GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCollection Class / Remove Method
In This Topic
    Remove Method (GoCollection)
    In This Topic
    Remove any occurrence of an object from this collection.
    Syntax
    public virtual bool Remove( 
       GoObject obj
    )

    Parameters

    obj
    Remarks
    If this collection does not contain the object, nothing happens.
    See Also