Set Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the set.

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

Syntax

C#
IEnumerable<S> Set { get; }
Visual Basic
ReadOnly Property Set As IEnumerable(Of S)
	Get
Visual C++
property IEnumerable<S>^ Set {
	IEnumerable<S>^ get ();
}

Field Value

The set.

See Also