TypeTransformationBase.OnArrayType(ResolvedType) Method

Definition

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> OnArrayType (Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType b);
abstract member OnArrayType : Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType -> 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>
override this.OnArrayType : Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType -> 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 OnArrayType (b As ResolvedType) As QsTypeKind(Of ResolvedType, UserDefinedType, QsTypeParameter, CallableInformation)

Parameters

Returns

QsTypeKind<ResolvedType,UserDefinedType,QsTypeParameter,CallableInformation>

Applies to