







![]() ![]() |
Optimization Framework |
VariableCollection..::..Item Property |
VariableCollection Class See Also Send Feedback |
Gets the Variable with the specified index.
Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
C# |
---|
public Variable this[ params Object[] index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ ParamArray index As Object() _ ) As Variable Get |
Visual C++ |
---|
public: property Variable^ default[... array<Object^>^ index] { Variable^ get (... array<Object^>^ index); } |
Parameters
- index
- Type: array<System..::..Object>[]()[][]