Interface ICloneable<T>
Supports cloning, which creates a new instance of a class with the same value
public interface ICloneable<T>
Type Parameters
T
- Extension Methods
Methods
Clone()
Create a clone of this instance.
T Clone()
Returns
- T