Tagged Questions
0
votes
1answer
93 views
Unnecessary null check in KeyedCollection<TKey, TItem>.Contains(TKey)
Just found an unnecessary null check in KeyedCollection.Contains(TKey).
Appreciate it's only a very small optimization, but shouldn't thought this sort of inefficiency be picked up by an automated ...