Search Results for

    Show / Hide Table of Contents

    Interface IConditionExpression

    Condition expression

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

    Properties

    Condition

    If condition

    Declaration
    IExpression Condition { get; set; }
    Property Value
    Type Description
    IExpression

    Else

    Else expression

    Declaration
    IExpression Else { get; set; }
    Property Value
    Type Description
    IExpression

    Then

    Then expression

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