GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPort Class / CopyObjectDelayed Method
In This Topic
    CopyObjectDelayed Method (GoPort)
    In This Topic
    Make sure any unshared PortObject is copied.
    Syntax
    public override void CopyObjectDelayed( 
       GoCopyDictionary env,
       GoObject newobj
    )

    Parameters

    env
    newobj
    Remarks
    If the PortObject is a shared object, both the new port and the old port refer to the same object.
    See Also