Example #1
0
 private int SortMethod(Star meteor1, Star meteor2)
 {
     return meteor2.Depth.CompareTo(meteor1.Depth);
 }