SyntaxExtensions.New.Static Method
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 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
- _arg1
- Tuple<ResolvedType,ResolvedType>
- info
- CallableInformation
- typeParams
- IEnumerable<QsLocalSymbol>