Search Results for

    Show / Hide Table of Contents

    Interface IPropertyIndexerExpression

    Property indexer expression

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

    Properties

    Indices

    Index expression collection

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

    Target

    Property reference expression

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