ResolvedSignature Constructor

Definition

public ResolvedSignature (System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol> typeParameters, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType argumentType, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType returnType, Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation information);
new Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedSignature : System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol> * Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType * Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType * Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation -> Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedSignature
Public Sub New (typeParameters As ImmutableArray(Of QsLocalSymbol), argumentType As ResolvedType, returnType As ResolvedType, information As CallableInformation)

Parameters

typeParameters
ImmutableArray<QsLocalSymbol>
argumentType
ResolvedType
returnType
ResolvedType
information
CallableInformation

Applies to