예제 #1
0
 public int CompareTo(NodeEntry entry)
 {
     return(Metric.CompareTo(entry.Metric));
 }