GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDocument Class / CopyFromCollection Method / CopyFromCollection(IGoCollection) Method
In This Topic
    CopyFromCollection(IGoCollection) Method
    In This Topic
    Make copies of a collection of objects in this document.
    Syntax
    public GoCopyDictionary CopyFromCollection( 
       IGoCollection coll
    )

    Parameters

    coll

    Return Value

    A GoCopyDictionary describing the results of the copy.
    See Also