Interface ICloneable<T>
Generic interface that clones the object.
Namespace: Syncfusion.Olap.Common
Assembly: Syncfusion.Olap.Base.dll
Syntax
public interface ICloneable<T>
Type Parameters
Name | Description |
---|---|
T | Type of ICloneable interface. |
Methods
Clone()
Clones the specified instance.
Declaration
T Clone()
Returns
Type |
---|
T |