[This is preliminary documentation and is subject to change.]
Type-safe ICloneable<(Of <(T>)>) interface
Namespace:
ToolsAssembly: 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# |
|---|
|
| JScript |
|---|
|
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Tools.ICloneable`1"]