BBCodeNodeClone Method
Creates a recursive copy of the current nodes and its children.
Namespace: DevCase.Core.DataProcessing.Html.BBCodeAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual Object Clone()
Public Overridable Function Clone As Object
Dim instance As BBCodeNode
Dim returnValue As Object
returnValue = instance.Clone()
public:
virtual Object^ Clone()
abstract Clone : unit -> Object
override Clone : unit -> Object
No code example is currently available or this language may not be supported.
Return Value
Object
A deep clone of the current node.