SyntaxExtensions.New.Static 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, 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
- location
- QsNullable<QsLocation>
- block
- QsScope
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute