Previous Context
To understand what I'm questioning, see first the question "Why does .Count work without parentheses?"
In that question is discussed, Why exists Count
(property) and Count()
(method) in classes that implements ICollection<T>
. that question was answered satisfactorily.
But below the answer in a comment, another question was raised by finoutlook
:
The question
The property Count
is still around (in later .Net versions to LINq technology) for backward compatibility?