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

Author: Đonny

Simple ICloneable<(Of <(<'T>)>)> implementation that implements Clone()()()()

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

Syntax

C#
public abstract class Cloenable<T> : ICloneable<T>
Visual Basic
Public MustInherit Class Cloenable(Of T) _
	Implements ICloneable(Of T)
Visual C++
generic<typename T>
public ref class Cloenable abstract : ICloneable<T>
F#
[<AbstractClassAttribute>]
type Cloenable<'T> =  
    class
        interface ICloneable<'T>
    end
JScript
JScript does not support generic types or methods.

Type Parameters

T
The type that is cloned

Remarks

Inherit from this class instead of implementing ICloneable<(Of <(<'T>)>)> and you will have to only implement Clone()()()() because Clone()()()() is already implemented.

Inheritance Hierarchy

See Also

Collapse/expand Version History

1.5.2