Extension indexers
Summary
We add the ability to declare extension indexers.
static class E
{
extension(...)
{
int this[int i]
{
get { ... }
set { ... }
}
}
}
There are also some other extension improvements we should consider (see cut list from C# 14)
LDM Meetings
Extension indexers
Summary
We add the ability to declare extension indexers.
There are also some other extension improvements we should consider (see cut list from C# 14)
LDM Meetings