Show / Hide Table of Contents

    Delegate VariableCollection.DebugNameGenerator

    A delegate which takes an array of objects (making up the index) and returns a string which holds a unique id for this index. The System.String will only be evaluated and stored if NameHandling is set to true. Otherwise, a unique base64 index is generated for every Variable in order to save memory.

    Namespace: OPTANO.Modeling.Optimization
    Assembly: Optimization.dll
    Syntax
    public delegate string DebugNameGenerator(params object[] index);
    Parameters
    Type Name Description
    System.Object[] index

    The index.

    Returns
    Type Description
    System.String

    a unique id for this index

    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