Search Results for

    Show / Hide Table of Contents

    Class SwitchBlock

    A switch block is a condition block which acts like multiple case blocks ranging over the values of the integer condition variable.

    Inheritance
    Object
    StatementBlock
    ConditionBlock
    ConditionBlock<Int32>
    SwitchBlock
    Implements
    IDisposable
    HasRange
    Inherited Members
    ConditionBlock<Int32>.ConditionVariable
    ConditionBlock<Int32>.ConditionValue
    ConditionBlock<Int32>.Equals(Object)
    ConditionBlock<Int32>.GetHashCode()
    ConditionBlock<Int32>.ToString()
    ConditionBlock<Int32>.ConditionVariableUntyped
    StatementBlock.CloseBlock()
    StatementBlock.Dispose()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Namespace: Microsoft.ML.Probabilistic.Models
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public class SwitchBlock : ConditionBlock<int>, IDisposable, IStatementBlock, HasRange

    Properties

    Range

    Get switch block's range

    Declaration
    public Range Range { get; }
    Property Value
    Type Description
    Range

    Implements

    System.IDisposable
    HasRange
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.