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, 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
- kind
- QsQubitScopeKind
- _arg1
- Tuple<SymbolTuple,ResolvedInitializer>
- body
- QsScope
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute