File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ Here is a list of which operators are supported in ExpressionEvaluator or not
278
278
| -- - | -- - | -- - |
279
279
| Primary | [x .y ](https :// docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/member-access-operator)|Supported|
280
280
| Primary | [x ? .y ](https :// docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/null-conditional-operators)|Supported|
281
- | Primary | [x ? . y ](https :// docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/null-conditional-operators)|Supported|
281
+ | Primary | [x ? [ y ] ](https :// docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/null-conditional-operators)|Supported|
282
282
| Primary | [f (x )](https :// docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/invocation-operator)|Supported|
283
283
| Primary | [a [x ]](https :// docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/index-operator)|Supported|
284
284
| Primary | [x ++ ](https :// docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/increment-operator)|Not Supported|
You can’t perform that action at this time.
0 commit comments