The PlateStars.Sort() method should support sorting by magnitude. Add members to the SortOrder enum for each of the magnitudes (RedMag, BlueMag, etc) by which the collection will be sorted. Doing this will avoid changing the signature of the method (a good thing!). |