Show / Hide Table of Contents

    ICloneable<T>.Clone() Method

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha

    1.0.1 (current)

    Creates a new object that is a copy of the current instance.

    Namespace: System

    Assembly: SnapObjects.Data.dll

    Syntax

     T Clone();
    

    Returns

    T

    A new object that is a copy of this instance.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon