[This is preliminary documentation and is subject to change.]
Author: Đonny
Simple ICloneable<(Of <(<'T>)>)> implementation that implements Clone()()()()
Namespace: ToolsAssembly: 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 |
|---|
|
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
System..::..Object
Tools..::..Cloenable<(Of <(<'T>)>)>
Tools..::..Box<(Of <(<'T>)>)>
Tools.DataStructuresT.GenericT..::..Pair<(Of <(<'T1, T2>)>)>
Tools.DataStructuresT.GenericT..::..T1orT2<(Of <(<'T1, T2>)>)>
Tools..::..Cloenable<(Of <(<'T>)>)>
Tools..::..Box<(Of <(<'T>)>)>
Tools.DataStructuresT.GenericT..::..Pair<(Of <(<'T1, T2>)>)>
Tools.DataStructuresT.GenericT..::..T1orT2<(Of <(<'T1, T2>)>)>
See Also
Version History
1.5.2
- (Release) VersionAttribute and AuthorAttribute removed