NamespaceManager.TryResolveAndGetCallable(String, String, String) 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[] { 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
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute