RenameReferences 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.
Creates a new rename references transformation.
public RenameReferences (System.Collections.Immutable.IImmutableDictionary<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName,Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName> names);
new Microsoft.Quantum.QsCompiler.Transformations.SearchAndReplace.RenameReferences : System.Collections.Immutable.IImmutableDictionary<Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName, Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName> -> Microsoft.Quantum.QsCompiler.Transformations.SearchAndReplace.RenameReferences
Public Sub New (names As IImmutableDictionary(Of QsQualifiedName, QsQualifiedName))
Parameters
The mapping from existing names to new names.