示例#1
0
 public int CompareTo(RemotingHandlerItem <T> other)
 {
     return(ProcessCount.CompareTo(other.ProcessCount));
 }