Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICloneable<T>

Cloneable Interface

Represents an object that can be copied completely (i.e. no references to data are shared between the original object and its clone)

Type parameters

  • T

Hierarchy

  • ICloneable

Implemented by

Index

Methods

Methods

clone

  • clone(): T
  • Clone the object

    Return a deep copy of the object that contains no shared references to the original object.

    Returns T

    An object that contains the same data

Generated using TypeDoc