We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7792fac commit aaf562bCopy full SHA for aaf562b
docs/csharp/whats-new/csharp-14.md
@@ -40,8 +40,6 @@ public static class Enumerable
40
{
41
// Extension property:
42
public bool IsEmpty => !source.Any();
43
- // Extension indexer:
44
- public TSource this[int index] => source.Skip(index).First();
45
46
// Extension method:
47
public IEnumerable<TSource> Where(Func<TSource, bool> predicate) { ... }
0 commit comments