GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCollection Class / AddRange Method
In This Topic
    AddRange Method (GoCollection)
    In This Topic
    Iterate over the GoObjects in the given collection coll and Add each one to this collection.
    Syntax
    public virtual void AddRange( 
       IGoCollection coll
    )

    Parameters

    coll
    See Also