You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we want property patterns to be capable of referencing an indexed property, we will need to extend the bound nodes that represent them. Similarly for dynamic indexers and events. See also #9515.
The text was updated successfully, but these errors were encountered:
If we do it, certainly constant indices would be allowed. However, given that indexed properties are not supported in a first-class way in C#, it seems unlikely we would do it.
If we want property patterns to be capable of referencing an indexed property, we will need to extend the bound nodes that represent them. Similarly for dynamic indexers and events. See also #9515.
The text was updated successfully, but these errors were encountered: