Search Results for

    Show / Hide Table of Contents

    Interface IFieldReferenceExpression

    Field reference expression

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

    Properties

    Field

    The field reference

    Declaration
    IFieldReference Field { get; set; }
    Property Value
    Type Description
    IFieldReference

    Target

    The expression for the type instance

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