ExpressionKindTransformationBase.OnNewArray Method

Definition

public override Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression,Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier,Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType> OnNewArray (Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType bt, Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression idx);
abstract member OnNewArray : Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType * Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression -> Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression, Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>
override this.OnNewArray : Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType * Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression -> Microsoft.Quantum.QsCompiler.SyntaxTokens.QsExpressionKind<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression, Microsoft.Quantum.QsCompiler.SyntaxTree.Identifier, Microsoft.Quantum.QsCompiler.SyntaxTree.ResolvedType>
Public Overrides Function OnNewArray (bt As ResolvedType, idx As TypedExpression) As QsExpressionKind(Of TypedExpression, Identifier, ResolvedType)

Parameters

Returns

QsExpressionKind<TypedExpression,Identifier,ResolvedType>

Applies to