QsForStatement.LoopItem Property

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 0)]
public Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.SymbolTuple,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> LoopItem { get; }
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 0)>]
LoopItem : Microsoft.Quantum.QsCompiler.SyntaxTree.SymbolTuple * Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType
Public ReadOnly Property LoopItem As Tuple(Of SymbolTuple, ResolvedType)

Property Value

Tuple<SymbolTuple,ResolvedType>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Applies to