I am new to generics. I want to implement my own collection by deriving it from IList interface.
IList
Can you please provide me some link to a class
You can look at Mono project. There is available complete source codes, sou you can look how are some classes implemented. For example "System.Collections.Generics.List".