InterfaceICloneable<T>
Interface
Supports cloning, which creates a new instance of a class with the same value as an existing instance.
Definition
Namespace:Telerik.Core
Assembly:Telerik.WinUI.Controls.dll
Type Parameters:
T
The concrete type of the clone instance.
Syntax:
cs-api-definition
public interface ICloneable<T>
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
cs-api-definition
T Clone()
Returns
T