S
ShrimpBoy
Hi!
I have an array filled with a class that have some properties...
I noticed the Sort method but I don't know how to use it to sort my items...
I have an array filled with object of a class like this...
Person.FirstName
Person.LastName
Person.Special
Person.Comment
I want to sort them by their FirstName...
Is their a way to do it?
Thanks a lot!
Fred
I have an array filled with a class that have some properties...
I noticed the Sort method but I don't know how to use it to sort my items...
I have an array filled with object of a class like this...
Person.FirstName
Person.LastName
Person.Special
Person.Comment
I want to sort them by their FirstName...
Is their a way to do it?
Thanks a lot!
Fred