SyntaxExtensions.New.Static Method

Definition

public static Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedSignature ResolvedSignature.New.Static (Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> _arg1, Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation info, System.Collections.Generic.IEnumerable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol> typeParams);
Microsoft.Quantum.QsCompiler.SyntaxExtensions.ResolvedSignature.New.Static : Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType * Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType * Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation * seq<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocalSymbol> -> Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedSignature
Public Shared Function ResolvedSignature.New.Static (_arg1 As Tuple(Of ResolvedType, ResolvedType), info As CallableInformation, typeParams As IEnumerable(Of QsLocalSymbol)) As ResolvedSignature

Parameters

Returns

ResolvedSignature

Applies to