GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCollection Class / Add Method
In This Topic
    Add Method (GoCollection)
    In This Topic
    Add an object to this collection.
    Syntax
    public virtual void Add( 
       GoObject obj
    )

    Parameters

    obj
    Remarks
    Duplicates are not allowed.
    See Also