[This is preliminary documentation and is subject to change.]

Type-safe ICloneable<(Of <(T>)>) interface

Namespace:  Tools
Assembly:  Tools (in Tools.dll) Version: 1.5.2.0

Author: Đonny

Vertion history

1.5.2 (Release)
VersionAttribute and AuthorAttribute removed

Syntax

C#
public interface ICloneable<T> : ICloneable
Visual Basic (Declaration)
Public Interface ICloneable(Of T) _
	Implements ICloneable
Visual C++
generic<typename T>
public interface class ICloneable : ICloneable
J#
J# supports the use of generic APIs, but not the declaration of new ones.
JScript
JScript does not support generic types or methods.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Tools.ICloneable`1"]

See Also