System.Globalization.CultureInfo.Clone Method

Creates a copy of the current System.Globalization.CultureInfo.

Syntax

public virtual object Clone ()

Returns

A copy of the current System.Globalization.CultureInfo.

Remarks

The clone is writable even if the original System.Globalization.CultureInfo is read-only. Therefore, the properties of the clone can be modified.

A shallow copy of an object is a copy of the object only. If the object contains references to other objects, the shallow copy does not create copies of the referred objects. It refers to the original objects instead. In contrast, a deep copy of an object creates a copy of the object and a copy of everything directly or indirectly referenced by that object.

The CultureInfo.Clone method creates an enhanced shallow copy. The objects returned by the CultureInfo.NumberFormat, CultureInfo.DateTimeFormat, CultureInfo.TextInfo, and CultureInfo.Calendar properties are also copied. Consequently, the cloned System.Globalization.CultureInfo object can modify its copied properties without affecting the original System.Globalization.CultureInfo object.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0