CallableSignature.Argument Property

Definition

[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 1)]
public Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Tuple<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol,Microsoft.Quantum.QsCompiler.SyntaxTokens.QsType>> Argument { get; }
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Field, 1)>]
Argument : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol * Microsoft.Quantum.QsCompiler.SyntaxTokens.QsType>
Public ReadOnly Property Argument As QsTuple(Of Tuple(Of QsSymbol, QsType))

Property Value

QsTuple<Tuple<QsSymbol,QsType>>
Attributes
Microsoft.FSharp.Core.CompilationMappingAttribute

Applies to