예제 #1
0
 // This is needed for sorting. It only uses Value.
 public int CompareTo(Entry other)
 {
     return(Value.CompareTo(other.Value));
 }