generic lists

  1. E

    Generics: List Of Class Implementing Generics

    Sometimes I just can't wrap my head around Generics... For the sake of simplicity, I've boiled everything down to a very simple example that you can copy and paste. I have a generic interface which is restricted to types that implement IComparable. I have a Class that Implements this interface...
  2. G

    Question Searching a generic list

    Hi, I have been reading extensively about searching generic lists in VB.NET with the usage of delegates. However, I still cannot seem to grasp how to achieve what I want to, which I believe is frustratingly simple! I have a list populated with instances of an object with three parameters...
Back
Top