ResolvedSignature Constructor
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.
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