SyntaxTreeToQsharp.TypeTransformation.OnOperation Method

Definition

System.Object.OnOperation(System.Tuple{Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType},Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation)
public override Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTypeKind<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType,Microsoft.Quantum.QsCompiler.SyntaxTree.UserDefinedType,Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeParameter,Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation> OnOperation (Tuple<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> sign, Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation info);
override this.OnOperation : Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType * Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType * Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation -> Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTypeKind<Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType, Microsoft.Quantum.QsCompiler.SyntaxTree.UserDefinedType, Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeParameter, Microsoft.Quantum.QsCompiler.SyntaxTree.CallableInformation>
Public Overrides Function OnOperation (sign As Tuple(Of ResolvedType, ResolvedType), info As CallableInformation) As QsTypeKind(Of ResolvedType, UserDefinedType, QsTypeParameter, CallableInformation)

Parameters

Returns

QsTypeKind<ResolvedType,UserDefinedType,QsTypeParameter,CallableInformation>

Applies to