Interface ICloneable
Represents the ICloneable interface.
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public interface ICloneable
Methods
Clone()
Returns cloned object.
Declaration
object Clone()
Returns
System.Object
Cloned object. |