Search Results for

    Show / Hide Table of Contents

    Interface IArrayIndexerExpression

    Array index expression

    Inherited Members
    IExpression.GetExpressionType()
    Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public interface IArrayIndexerExpression : IExpression

    Properties

    Indices

    Index expressions

    Declaration
    IList<IExpression> Indices { get; }
    Property Value
    Type Description
    IList<IExpression>

    Target

    Expression being indexed

    Declaration
    IExpression Target { get; set; }
    Property Value
    Type Description
    IExpression
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.