NamespaceTransformationBase.OnTypeItems(QsTuple<QsTypeItem>) Method

Definition

public override Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeItem> OnTypeItems (Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeItem> tItem);
abstract member OnTypeItems : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeItem> -> Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeItem>
override this.OnTypeItems : Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeItem> -> Microsoft.Quantum.QsCompiler.SyntaxTokens.QsTuple<Microsoft.Quantum.QsCompiler.SyntaxTree.QsTypeItem>
Public Overrides Function OnTypeItems (tItem As QsTuple(Of QsTypeItem)) As QsTuple(Of QsTypeItem)

Parameters

Returns

QsTuple<QsTypeItem>

Applies to