alexa

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX