Search Results for

    Show / Hide Table of Contents

    Interface ISwitchCase

    Switch case

    Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public interface ISwitchCase

    Properties

    Body

    Body of switch case

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