Interface IRepeatStatement
For statement
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IRepeatStatement : IStatement
Properties
Body
The body of the if statement
Declaration
IBlockStatement Body { get; set; }
Property Value
| Type | Description |
|---|---|
| IBlockStatement |
Count
The count of the repeat statement
Declaration
IExpression Count { get; set; }
Property Value
| Type | Description |
|---|---|
| IExpression |