SpecializationImplementation.Provided.Item1 Property

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 0, 0)]
[System.Diagnostics.DebuggerNonUserCode]
public Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>> Item1 { [System.Diagnostics.DebuggerNonUserCode] get; }
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 0, 0)>]
[<System.Diagnostics.DebuggerNonUserCode>]
[<get: System.Diagnostics.DebuggerNonUserCode>]
val Item1 : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>>
Public ReadOnly Property Item1 As QsTuple(Of LocalVariableDeclaration(Of QsLocalSymbol, ResolvedType))

Property Value

QsTuple<LocalVariableDeclaration<QsLocalSymbol,ResolvedType>>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute DebuggerNonUserCodeAttribute

Applies to