Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Creates and returns a copy of this SimpleElement.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public override Object Clone()

Return Value

A clone of this instance.

Implements

ICloneable..::.Clone()()()
ICloneable..::.Clone()()()

Remarks

The returned copy is a deep clone of this SimpleElement "unlinked" from the parent and mutable.

See Also