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

Author: Đonny

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

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

Syntax

C#
public interface ICloneable<T> : ICloneable
Visual Basic
Public Interface ICloneable(Of T) _
	Inherits ICloneable
Visual C++
generic<typename T>
public interface class ICloneable : ICloneable
F#
type ICloneable<'T> =  
    interface
        interface ICloneable
    end
JScript
JScript does not support generic types or methods.

Type Parameters

T

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

See Also

Collapse/expand Version History

1.5.2