Search Results for

    Show / Hide Table of Contents

    Class StatementBlock

    Abstract base class for statement blocks

    Inheritance
    Object
    StatementBlock
    ConditionBlock
    ForEachBlock
    RepeatBlock
    Implements
    IDisposable
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Microsoft.ML.Probabilistic.Models
    Assembly: Microsoft.ML.Probabilistic.Compiler.dll
    Syntax
    public abstract class StatementBlock : IDisposable, IStatementBlock

    Methods

    CloseBlock()

    Removes this block from a thread-specific list of open blocks.
    If this block is not the final element of the list, gives an error.

    Declaration
    public void CloseBlock()

    Dispose()

    Causes CloseBlock() to be called, so that this class can be used as the argument of a using() statement.

    Declaration
    public void Dispose()

    Implements

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