Search Results for

    Show / Hide Table of Contents

    Class CaseBlock

    A case block is a condition block with a condition of the form (i==value) for integer i.

    Inheritance
    Object
    StatementBlock
    ConditionBlock
    ConditionBlock<Int32>
    CaseBlock
    Implements
    IDisposable
    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 CaseBlock : ConditionBlock<int>, IDisposable, IStatementBlock

    Implements

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