IdentifierReferences.Location(String, Position, QsLocation, Range) 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 Location (string source, Microsoft.Quantum.QsCompiler.DataTypes.Position declOffset, Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation stmLoc, Microsoft.Quantum.QsCompiler.DataTypes.Range range);
new Microsoft.Quantum.QsCompiler.Transformations.SearchAndReplace.IdentifierReferences.Location : string * Microsoft.Quantum.QsCompiler.DataTypes.Position * Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation * Microsoft.Quantum.QsCompiler.DataTypes.Range -> Microsoft.Quantum.QsCompiler.Transformations.SearchAndReplace.IdentifierReferences.Location
Public Sub New (source As String, declOffset As Position, stmLoc As QsLocation, range As Range)
Parameters
- source
- String
- declOffset
- Position
- stmLoc
- QsLocation
- range
- Range