Item Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the Variable with the specified index1.

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

Syntax

C#
public Variable this[
	T element1
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	element1 As T _
) As Variable
	Get
Visual C++
public:
property Variable^ default[T element1] {
	Variable^ get (T element1);
}

Parameters

element1
Type: T

See Also