NamespaceManager.TryResolveAndGetCallable(String, String, String) Method

Definition

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

Parameters

cName
String
nsName
String
source
String

Returns

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

Applies to