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.

struct System.​ICloneable

Assembly: System.Runtime

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

Methods

public object
Clone​()
Returns A new object that is a copy of this instance.
Creates a new object that is a copy of the current instance.