Clone(T) Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image

[Missing <summary> documentation for "M:Common.ExtensionMethods.Clone``1(``0)"]

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

Syntax

C#
public static T Clone<T>(
	this T source
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function Clone(Of T) ( _
	source As T _
) As T
Visual C++
[ExtensionAttribute]
public:
generic<typename T>
static T Clone(
	T source
)

Parameters

source
Type: T

[Missing <param name="source"/> documentation for "M:Common.ExtensionMethods.Clone``1(``0)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Common.ExtensionMethods.Clone``1(``0)"]

Return Value

[Missing <returns> documentation for "M:Common.ExtensionMethods.Clone``1(``0)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also