Class GenericVariableCollectionIndex<T0>
All index elements of a GenericVariableCollectionBase<TGenericCollection> combined in a single poco.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: OPTANO.Modeling.Optimization
Assembly: Optimization.dll
Syntax
public class GenericVariableCollectionIndex<T0> : GenericVariableCollectionIndexBase
Type Parameters
Name | Description |
---|---|
T0 |
Constructors
GenericVariableCollectionIndex(Object[])
Creates a new generic index.
Declaration
public GenericVariableCollectionIndex(params object[] indexArray)
Parameters
Type | Name | Description |
---|---|---|
System.Object[] | indexArray | All index elements. |
Properties
Index0
Index element at position 0.
Declaration
public T0 Index0 { get; }
Property Value
Type | Description |
---|---|
T0 |