QsStatementKind.QsVariableDeclaration.Item Property

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 3, 0)]
[System.Diagnostics.DebuggerNonUserCode]
public Microsoft.Quantum.QsCompiler.SyntaxTree.QsBinding<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression> Item { [System.Diagnostics.DebuggerNonUserCode] get; }
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 3, 0)>]
[<System.Diagnostics.DebuggerNonUserCode>]
[<get: System.Diagnostics.DebuggerNonUserCode>]
val Item : Microsoft.Quantum.QsCompiler.SyntaxTree.QsBinding<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression>
Public ReadOnly Property Item As QsBinding(Of TypedExpression)

Property Value

QsBinding<TypedExpression>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute DebuggerNonUserCodeAttribute

Applies to