CallableSignature Constructor

Definition

public CallableSignature (System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol> typeParameters, Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Tuple<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol,Microsoft.Quantum.QsCompiler.SyntaxTokens.QsType>> argument, Microsoft.Quantum.QsCompiler.SyntaxTokens.QsType returnType, Microsoft.Quantum.QsCompiler.SyntaxTokens.Characteristics characteristics);
new Microsoft.Quantum.QsCompiler.SyntaxTokens.CallableSignature : System.Collections.Immutable.ImmutableArray<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol> * Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTokens.QsSymbol * Microsoft.Quantum.QsCompiler.SyntaxTokens.QsType> * Microsoft.Quantum.QsCompiler.SyntaxTokens.QsType * Microsoft.Quantum.QsCompiler.SyntaxTokens.Characteristics -> Microsoft.Quantum.QsCompiler.SyntaxTokens.CallableSignature
Public Sub New (typeParameters As ImmutableArray(Of QsSymbol), argument As QsTuple(Of Tuple(Of QsSymbol, QsType)), returnType As QsType, characteristics As Characteristics)

Parameters

typeParameters
ImmutableArray<QsSymbol>
returnType
QsType
characteristics
Characteristics

Applies to