Interface IForToLoopOperation
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IForToLoopOperation : ILoopOperation, IOperation
Properties
InitialValue
Declaration
IOperation InitialValue { get; }
Property Value
IsChecked
Declaration
Property Value
LimitValue
Declaration
IOperation LimitValue { get; }
Property Value
LoopControlVariable
Declaration
IOperation LoopControlVariable { get; }
Property Value
NextVariables
Declaration
ImmutableArray<IOperation> NextVariables { get; }
Property Value
StepValue
Declaration
IOperation StepValue { get; }
Property Value
Extension Methods