Delegate VariableCollection.VariableTypeGeneratorDelegate
A delegate which takes an array of objects (making up the index) and returns the Type to be used for a variable.
Namespace: OPTANO.Modeling.Optimization
Assembly: Optimization.dll
Syntax
public delegate VariableType VariableTypeGeneratorDelegate(params object[] index);
Parameters
Type | Name | Description |
---|---|---|
System.Object[] | index | The index. |
Returns
Type | Description |
---|---|
VariableType | The VariableType |