Piccolo.NET

PNode.Clone Method 

The copy method copies this node and all of its descendents.

public virtual object Clone();

Return Value

A new copy of this node or null if the node was not serializable

Implements

ICloneable.Clone

Remarks

Note that copying is implemented in terms of c# serialization. See the serialization notes for more information.

See Also

PNode Class | UMD.HCIL.Piccolo Namespace


Web Accessibility