[This is preliminary documentation and is subject to change.]
Author: Đonny
Type-safe ICloneable<(Of <(<'T>)>)> interface
Namespace: ToolsAssembly: 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 |
|---|
|
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Tools.ICloneable`1"]
See Also
Version History
1.5.2
- (Release) VersionAttribute and AuthorAttribute removed