Item Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
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[
	T element1,
	T2 element2
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	element1 As T, _
	element2 As T2 _
) As Variable
	Get
Visual C++
public:
property Variable^ default[T element1, T2 element2] {
	Variable^ get (T element1, T2 element2);
}

Parameters

element1
Type: T
element2
Type: T2

See Also