SyntaxExtensions.New.Static Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1, 1 })]
public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock QsPositionedBlock.New.Static (Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments comments, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation> location, Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope block);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1, 1 })>]
Microsoft.Quantum.QsCompiler.SyntaxExtensions.QsPositionedBlock.New.Static : Microsoft.Quantum.QsCompiler.SyntaxTree.QsComments -> Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation> -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock
Public Shared Function QsPositionedBlock.New.Static (comments As QsComments, location As QsNullable(Of QsLocation), block As QsScope) As QsPositionedBlock

Parameters

comments
QsComments
block
QsScope

Returns

QsPositionedBlock
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute

Applies to