SyntaxExtensions.New.Static Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 2 })]
public static Microsoft.Quantum.QsCompiler.SyntaxTree.QsQubitScope QsQubitScope.New.Static (Microsoft.Quantum.QsCompiler.SyntaxTree.QsQubitScopeKind kind, Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.SymbolTuple,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedInitializer> _arg1, Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope body);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 2 })>]
Microsoft.Quantum.QsCompiler.SyntaxExtensions.QsQubitScope.New.Static : Microsoft.Quantum.QsCompiler.SyntaxTree.QsQubitScopeKind -> Microsoft.Quantum.QsCompiler.SyntaxTree.SymbolTuple * Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedInitializer * Microsoft.Quantum.QsCompiler.SyntaxTree.QsScope -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsQubitScope
Public Shared Function QsQubitScope.New.Static (kind As QsQubitScopeKind, _arg1 As Tuple(Of SymbolTuple, ResolvedInitializer), body As QsScope) As QsQubitScope

Parameters

body
QsScope

Returns

QsQubitScope
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute

Applies to