SyntaxExtensions.Concat.Static(LocalDeclarations, LocalDeclarations) Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
public static Microsoft.Quantum.QsCompiler.SyntaxTree.LocalDeclarations LocalDeclarations.Concat.Static (Microsoft.Quantum.QsCompiler.SyntaxTree.LocalDeclarations this, Microsoft.Quantum.QsCompiler.SyntaxTree.LocalDeclarations other);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
Microsoft.Quantum.QsCompiler.SyntaxExtensions.LocalDeclarations.Concat.Static : Microsoft.Quantum.QsCompiler.SyntaxTree.LocalDeclarations -> Microsoft.Quantum.QsCompiler.SyntaxTree.LocalDeclarations
Public Shared Function LocalDeclarations.Concat.Static (this As LocalDeclarations, other As LocalDeclarations) As LocalDeclarations

Parameters

Returns

LocalDeclarations
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute

Applies to