Show / Hide Table of Contents

    Interface ICloneable

    Defines an interface indicating that an object may be cloned.

    Namespace: System
    Assembly: mscorlib.dll
    Syntax
    public interface ICloneable

    Methods

    | Improve this Doc View Source

    Clone()

    Make a new object which is a copy of the object instanced.

    Declaration
    object Clone()
    Returns
    Type Description
    Object

    A new object that represents a clone of the object.

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX