ParameterCollection(T) Class

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
A parameterCollection allows you to define parameters on Sets so that you can access parameter values with indices like in other modelling languages

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

Syntax

C#
public class ParameterCollection<T>
Visual Basic
Public Class ParameterCollection(Of T)
Visual C++
generic<typename T>
public ref class ParameterCollection

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Optimization.ParameterCollection`1"]

Inheritance Hierarchy

System..::..Object
  Optimization..::..ParameterCollection<(Of <(<'T>)>)>

See Also