Show / Hide Table of Contents

    ICloneable<T> Interface

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

    0.5.0-alpha 1.0.1 (current)

    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