SyntaxTreeExtensions.TryGetCallableInformation(ResolvedType) Method

Definition

public static Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation> TryGetCallableInformation (this Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType this);
Microsoft.Quantum.QsCompiler.SyntaxTreeExtensions.TryGetCallableInformation :  -> Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation>
<Extension()>
Public Function TryGetCallableInformation (this As ResolvedType) As QsNullable(Of CallableInformation)

Parameters

Returns

QsNullable<CallableInformation>

Applies to