Item Property (Object)

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the SolverElement with the specified key.

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

Syntax

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

Parameters

name
Type: System..::..Object
The key of the SolverElement to retrieve.

See Also