Infer.NET Documentation
ForEachBlock Class
Infer.NET code documentationMicrosoftResearch.Infer.ModelsForEachBlock
Microsoft Research, Cambridge
'For each' block
Declaration Syntax
C#Visual BasicVisual C++
public class ForEachBlock : StatementBlock, 
	HasRange
Public Class ForEachBlock _
	Inherits StatementBlock _
	Implements HasRange
public ref class ForEachBlock : public StatementBlock, 
	HasRange
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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

Inheritance Hierarchy
Object
StatementBlock
 ForEachBlock

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