UnityInstanceProvider Constructor (Type)

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Initializes a new instance of the UnityInstanceProvider class.

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

Syntax

C#
public UnityInstanceProvider(
	Type type
)
Visual Basic
Public Sub New ( _
	type As Type _
)
Visual C++
public:
UnityInstanceProvider(
	Type^ type
)

Parameters

type
Type: System..::..Type
The type.

See Also