Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Creates and returns a copy of this dictionary.

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

Syntax

C#
public virtual Object Clone()

Return Value

A clone of this instance.

Implements

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

See Also