Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface System.​ICloneable
Assembly: System.Runtime
Supports cloning, which creates a new instance of a class with the same value as an existing instance.
Methods
object
Clone​()
Creates a new object that is a copy of the current instance.
Returns A new object that is a copy of this instance.