StatementTransformationBase.OnLocation(QsNullable<QsLocation>) Method
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.
Caution
Use SyntaxTreeTransformation.OnRelativeLocation instead
[System.Obsolete("Use SyntaxTreeTransformation.OnRelativeLocation instead")]
public override Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation> OnLocation (Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation> loc);
[<System.Obsolete("Use SyntaxTreeTransformation.OnRelativeLocation instead")>]
abstract member OnLocation : Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation> -> Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation>
override this.OnLocation : Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation> -> Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation>
Public Overrides Function OnLocation (loc As QsNullable(Of QsLocation)) As QsNullable(Of QsLocation)
Parameters
- loc
- QsNullable<QsLocation>
Returns
- Attributes