Class GenericVariableCollectionIndex<T0, T1, T2, T3, T4>
Inheritance
System.Object
GenericVariableCollectionIndex<T0, T1>
GenericVariableCollectionIndex<T0, T1, T2>
GenericVariableCollectionIndex<T0, T1, T2, T3>
GenericVariableCollectionIndex<T0, T1, T2, T3, T4>
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, T1, T2, T3, T4> : GenericVariableCollectionIndex<T0, T1, T2, T3>
Type Parameters
Name | Description |
---|---|
T0 | |
T1 | |
T2 | |
T3 | |
T4 |
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
Index4
Index element at position 4.
Declaration
public T4 Index4 { get; }
Property Value
Type | Description |
---|---|
T4 |