Search Results for

    Show / Hide Table of Contents

    Interface IConditionCase

    Condition case

    Inherited Members
    ISwitchCase.Body
    Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public interface IConditionCase : ISwitchCase

    Properties

    Condition

    Condition expression

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