'For each' block
| C# | Visual Basic | Visual C++ |
public class ForEachBlock : StatementBlock, HasRange
Public Class ForEachBlock _ Inherits StatementBlock _ Implements HasRange
public ref class ForEachBlock : public StatementBlock, HasRange
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ForEachBlock(Range) |
Constructs 'for each' block from a range
| |
| GetStatement(IStatementCollection%) |
Get a statement for the entire block, and a pointer to its body.
(Overrides StatementBlock.GetStatement(IStatementCollection%).) | |
| Range |
Range associated with the 'for each' block
|
| Object | ||
| StatementBlock | ||
| ForEachBlock | ||