NamespaceManager.TryGetCallable(QsQualifiedName, String, String) Method

Definition

[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 2 })]
public Microsoft.Quantum.QsCompiler.ResolutionResult<Microsoft.Quantum.QsCompiler.CallableDeclarationHeader> TryGetCallable (Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName callableName, string nsName, string source);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 2 })>]
member this.TryGetCallable : Microsoft.Quantum.QsCompiler.SyntaxTree.QsQualifiedName -> string * string -> Microsoft.Quantum.QsCompiler.ResolutionResult<Microsoft.Quantum.QsCompiler.CallableDeclarationHeader>
Public Function TryGetCallable (callableName As QsQualifiedName, nsName As String, source As String) As ResolutionResult(Of CallableDeclarationHeader)

Parameters

callableName
QsQualifiedName
nsName
String
source
String

Returns

ResolutionResult<CallableDeclarationHeader>
Attributes
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute

Applies to