GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCopyDictionary Class / CopyComplete Method
In This Topic
    CopyComplete Method
    In This Topic
    This convenience method performs both copy phases making a copy of a single object.
    Syntax
    public GoObject CopyComplete( 
       GoObject obj
    )

    Parameters

    obj

    Return Value

    null, if obj is null, else the result of Copy after a call to FinishDelayedCopies
    See Also