Show / Hide Table of Contents

    Class GenericVariableCollectionIndex<T0, T1>

    Inheritance
    System.Object
    GenericVariableCollectionIndexBase
    GenericVariableCollectionIndex<T0>
    GenericVariableCollectionIndex<T0, T1>
    GenericVariableCollectionIndex<T0, T1, T2>
    Inherited Members
    GenericVariableCollectionIndex<T0>.Index0
    GenericVariableCollectionIndexBase.GetCastedIndex<T>(Int32)
    GenericVariableCollectionIndexBase.ValidateIndexLengthAndThrow(Object[])
    GenericVariableCollectionIndexBase.IndexLength
    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> : GenericVariableCollectionIndex<T0>
    Type Parameters
    Name Description
    T0
    T1

    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

    Index1

    Index element at position 1.

    Declaration
    public T1 Index1 { get; }
    Property Value
    Type Description
    T1

    Extension Methods

    ReflectionHelper.GetFieldValue(Object, String)
    ReflectionHelper.SetFieldValue(Object, String, Object)
    ExtensionMethods.Clone<T>(T)
    ExtensionMethods.ThrowIfArgumentIsNull<T>(T, String)
    Back to top Copyright © OPTANO GmbH generated with DocFX
    Privacy Policy | Impressum – Legal Notice