SyntaxTreeToQsharp.TypeTransformation.OnArrayType(ResolvedType) Method

Definition

System.Object.OnArrayType(Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType)
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);
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