Class StatementBlock
Abstract base class for statement blocks
Implements
Inherited Members
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()