Show / Hide Table of Contents

    ICloneable<T> Interface

    .NET Standard 2.x

    Supports cloning, which creates a new instance of the specified type class with the same value as an existing instance.

    Namespace: System

    Assembly: SnapObjects.Data.dll

    Syntax

    public interface ICloneable<T>
    

    Methods

    Name Return type Description
    Clone() TModel Creates a new object that is a copy of the current instance.
    Back to top Generated by Appeon