I have a List Say foo, which holds data of type Class A (containing members FName, LName, Total). I need to get the list of datas whose LName is "foobar".
I know this sounds a simple question, but this pisses me off! because the I will get the Members for returning the list in runtime.
Thanks in advance
EDIT : I am sorry Geeks, the List is Dyanamic the List is of Object type. I knows its of type Class A only during runtime