提交 a7caa000 编写于 作者: M Manish Vasani

Handle BoundKind.RedimClause based on prior refactoring

上级 54b2f46e
......@@ -296,6 +296,8 @@ Namespace Microsoft.CodeAnalysis.Operations
Return CreateBoundNullableIsTrueOperator(DirectCast(boundNode, BoundNullableIsTrueOperator))
Case BoundKind.RedimStatement
Return CreateBoundReDimOperation(DirectCast(boundNode, BoundRedimStatement))
Case BoundKind.RedimClause
Return CreateBoundReDimClauseOperation(DirectCast(boundNode, BoundRedimClause))
Case BoundKind.AddressOfOperator,
BoundKind.ArrayLiteral,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册