IGenericCloneableT

IGenericCloneable<T> interface

Represents generic version of ICloneable

public interface IGenericCloneable<T> : ICloneable
ParameterDescription
TThe type of object to clone

Properties

NameDescription
AsICloneable { get; }Returns ICloneable interface.

Methods

NameDescription
CloneT()Creates a new object that is a copy of the current instance.

See Also