Declarations.BuildArgumentBody Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
public static Tuple<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>>,Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic[]> BuildArgumentBody (this Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>> this, Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol arg);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
Microsoft.Quantum.QsCompiler.SyntaxProcessing.Declarations.BuildArgumentBody : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol -> Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.LocalVariableDeclaration<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>> * Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic[]
<Extension()>
Public Function BuildArgumentBody (this As QsTuple(Of LocalVariableDeclaration(Of QsLocalSymbol, ResolvedType)), arg As QsSymbol) As Tuple(Of QsTuple(Of LocalVariableDeclaration(Of QsLocalSymbol, ResolvedType)), QsCompilerDiagnostic())

Parameters

arg
QsSymbol

Returns

Tuple<QsTuple<LocalVariableDeclaration<QsLocalSymbol,ResolvedType>>,QsCompilerDiagnostic[]>
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute

Applies to