







|
| Optimization Framework |
| UnityInstanceProvider Constructor (Type) |
| UnityInstanceProvider Class See Also Send Feedback |
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.
