Interface ICloneable
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public interface ICloneable
Methods
Clone()
Clones this instance.
Declaration
object Clone()
Returns
System.Object
|