Interface ICloneable<T>
Supports cloning.
public interface ICloneable<out T>
Type Parameters
T
- Extension Methods
Methods
Clone()
Creates a new clone of this instance.
T Clone()
Returns
- T
Supports cloning.
public interface ICloneable<out T>
T
Creates a new clone of this instance.
T Clone()