QsBinding<T>(QsBindingKind, SymbolTuple, T) Constructor
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.
public QsBinding (Microsoft.Quantum.QsCompiler.SyntaxTree.QsBindingKind kind, Microsoft.Quantum.QsCompiler.SyntaxTree.SymbolTuple lhs, T rhs);
new Microsoft.Quantum.QsCompiler.SyntaxTree.QsBinding<'T> : Microsoft.Quantum.QsCompiler.SyntaxTree.QsBindingKind * Microsoft.Quantum.QsCompiler.SyntaxTree.SymbolTuple * 'T -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsBinding<'T>
Public Sub New (kind As QsBindingKind, lhs As SymbolTuple, rhs As T)
Parameters
- kind
- QsBindingKind
- lhs
- SymbolTuple
- rhs
- T