The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Expression::ArrayAccess Method
.NET Framework (current version)
Creates an IndexExpression to access an array.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ArrayAccess(Expression^, array<Expression^>^) | Creates an IndexExpression to access an array. |
![]() ![]() | ArrayAccess(Expression^, IEnumerable<Expression^>^) | Creates an IndexExpression to access a multidimensional array. |
Show:

