Abstract base class for statement blocks
| C# | Visual Basic | Visual C++ |
public abstract class StatementBlock : IDisposable, IStatementBlock
Public MustInherit Class StatementBlock _ Implements IDisposable, IStatementBlock
public ref class StatementBlock abstract : IDisposable, IStatementBlock
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| 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.
|
| Object | ||
| StatementBlock | ||
| ConditionBlock | ||
| ForEachBlock | ||