Provides a typed clone operation.

Namespace:  Gallio.Common
Assembly:  Gallio (in Gallio.dll) Version: 3.2.0.0 (3.2.528.0)

Syntax

C#
public interface ICloneable<T> : ICloneable
where T : Object, ICloneable<T>
Visual Basic (Declaration)
Public Interface ICloneable(Of T As {Object, ICloneable(Of T)}) _
	Implements ICloneable

Type Parameters

T
The type produced when the object is cloned.

See Also