ICloneable(T) Interface

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Supports cloning, which creates a new instance of the same type with the same value as an existing instance.

Namespace: Common
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

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

Type Parameters

T
The type of the original instance.

See Also