Item Property (Int32)

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the SolverElement at the specified index.

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

Syntax

C#
public SolverElement this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As SolverElement
	Get
Visual C++
public:
property SolverElement^ default[int index] {
	SolverElement^ get (int index);
}

Parameters

index
Type: System..::..Int32
The index of the SolverElement to retrieve.

See Also