QsLocation(Position, 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 QsLocation (Microsoft.Quantum.QsCompiler.DataTypes.Position offset, Microsoft.Quantum.QsCompiler.DataTypes.Range range);
new Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation : Microsoft.Quantum.QsCompiler.DataTypes.Position * Microsoft.Quantum.QsCompiler.DataTypes.Range -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation
Public Sub New (offset As Position, range As Range)
Parameters
- offset
- Position
- range
- Range