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