NamespaceManager.TryResolveAndGetType(String, String, String) Method

Definition

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

Parameters

tName
String
nsName
String
source
String

Returns

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

Applies to