SymbolResolution.GenerateDeprecationWarning 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.
[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 2, 1 })]
public static Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic[] GenerateDeprecationWarning (Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName fullName, Microsoft.Quantum.QsCompiler.DataTypes.Range range, Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<string> redirect);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 2, 1 })>]
Microsoft.Quantum.QsCompiler.SymbolResolution.GenerateDeprecationWarning : Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName * Microsoft.Quantum.QsCompiler.DataTypes.Range -> Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<string> -> Microsoft.Quantum.QsCompiler.DataTypes.QsCompilerDiagnostic[]
Public Shared Function GenerateDeprecationWarning (fullName As QsQualifiedName, range As Range, redirect As QsNullable(Of String)) As QsCompilerDiagnostic()
Parameters
- fullName
- QsQualifiedName
- range
- Range
- redirect
- QsNullable<String>
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute