Infer.NET Documentation
StatementBlock Class
Infer.NET code documentationMicrosoftResearch.Infer.ModelsStatementBlock
Microsoft Research, Cambridge
Abstract base class for statement blocks
Declaration Syntax
C#Visual BasicVisual C++
public abstract class StatementBlock : IDisposable, 
	IStatementBlock
Public MustInherit Class StatementBlock _
	Implements IDisposable, IStatementBlock
public ref class StatementBlock abstract : IDisposable, 
	IStatementBlock
Members
All MembersMethods



IconMemberDescription
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.

GetStatement(IStatementCollection%)
Get a statement for the entire block, and a pointer to its body.

Inheritance Hierarchy

Assembly: Infer.Compiler (Module: Infer.Compiler) Version: 2.3.41111.0 (2.3.41111.0)