mscorlib(4.0.0.0) API with additions
|
Supports cloning, which creates a new instance of a class with the same value as an existing instance. More...
Public Member Functions | |
object | Clone () |
Creates a new object that is a copy of the current instance. More... | |
Supports cloning, which creates a new instance of a class with the same value as an existing instance.
Definition at line 7 of file ICloneable.cs.
object System.ICloneable.Clone | ( | ) |
Creates a new object that is a copy of the current instance.
Implemented in System.String, System.Collections.ArrayList, System.Array, System.Text.Encoding, System.Globalization.CultureInfo, System.Xml.XmlNode, System.Xml.XPath.XPathNavigator, System.Globalization.NumberFormatInfo, System.Collections.Hashtable, System.Collections.SortedList, System.ComponentModel.MaskedTextProvider, System.Collections.BitArray, System.Xml.Schema.XmlAtomicValue, System.Delegate, System.Collections.Queue, System.Globalization.TextInfo, System.Collections.Stack, System.Reflection.AssemblyName, System.Version, System.Runtime.Remoting.Messaging.LogicalCallContext, System.Globalization.Calendar, System.OperatingSystem, System.Xml.XPath.XPathNodeIterator, System.Configuration.SettingsPropertyValueCollection, System.Configuration.SettingsPropertyCollection, System.Configuration.Assemblies.AssemblyHash, and System.CharEnumerator.