Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Creates and returns a copy of this SimpleValue.

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

Syntax

C#
public virtual Object Clone()

Return Value

A clone of this instance.

Implements

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

Remarks

The returned copy is "unlinked" from the parent and mutable.

See Also