ConstantPropagation(IDictionary<QsQualifiedName,QsCallable>) 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 ConstantPropagation (System.Collections.Generic.IDictionary<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName,Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallable> callables);
new Microsoft.Quantum.QsCompiler.Experimental.ConstantPropagation : System.Collections.Generic.IDictionary<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName, Microsoft.Quantum.QsCompiler.SyntaxTree.QsCallable> -> Microsoft.Quantum.QsCompiler.Experimental.ConstantPropagation
Public Sub New (callables As IDictionary(Of QsQualifiedName, QsCallable))
Parameters
- callables
- IDictionary<QsQualifiedName,QsCallable>