I have a class with 2 strings and 1 double (amount).
class Donator
Now I have a A
You could use MyArray.OrderBy(n => n.Amount) providing you have included the System.Linq namespace.
MyArray.OrderBy(n => n.Amount)