SyntaxExtensions.Concat.Static(LocalDeclarations, LocalDeclarations) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
- this
- LocalDeclarations
- other
- LocalDeclarations
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute