question is Regarding the collection base class that implements a weird property:
protected IList List { get; }
1) What is Ilist List in collection base class?? ...
2) It is not even initialized ... how can it be accessed then ...
3) When to use this list?