S
shapper
Hello,
I have a Generic.List(Of MyClass)
MyClass has two properties: ID and Value, both strings.
I want to look for the item, in my Generic.List(Of MyClass), with a
given ID.
How can I do this?
Thanks,
Miguel
I have a Generic.List(Of MyClass)
MyClass has two properties: ID and Value, both strings.
I want to look for the item, in my Generic.List(Of MyClass), with a
given ID.
How can I do this?
Thanks,
Miguel