SyntaxExtensions.New.Static<T,a>(QsBindingKind, SymbolTuple, a) 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.QsBinding<a> QsBinding`1.New.Static<T,a> (Microsoft.Quantum.QsCompiler.SyntaxTree.QsBindingKind kind, Microsoft.Quantum.QsCompiler.SyntaxTree.SymbolTuple lhs, a rhs);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 2 })>]
Microsoft.Quantum.QsCompiler.SyntaxExtensions.QsBinding`1.New.Static : Microsoft.Quantum.QsCompiler.SyntaxTree.QsBindingKind -> Microsoft.Quantum.QsCompiler.SyntaxTree.SymbolTuple * 'a -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsBinding<'a>
Public Shared Function QsBinding`1.New.Static(Of T, a) (kind As QsBindingKind, lhs As SymbolTuple, rhs As a) As QsBinding(Of a)
Type Parameters
- T
- a
Parameters
- kind
- QsBindingKind
- lhs
- SymbolTuple
- rhs
- a
Returns
- QsBinding<a>
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute