Interface ICopyable<T>
A generic interface for copying objects.
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public interface ICopyable<T>
Type Parameters
T
|
Methods
Copy()
Deep copies this instance.
Declaration
T Copy()
Returns
T
A deep copy of the current object. |