Using Find on CollectionBase/IBindingList

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mr. Clean

    Using Find on CollectionBase/IBindingList

    I have this class:
    Public Class collBusinessObj ect
    Inherits CollectionBase
    Implements IBindingList


    Now how do I use the Find function to find
    a collection item that has a property named ID?
Working...