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

    Parameters

    obj
    Remarks
    Null is ignored.
    See Also