예제 #1
0
 protected void Clean(MessageWithMetadata <ServiceMessage, object> objectToClean)
 {
     objectToClean.Clear();
 }
예제 #2
0
 public int CompareTo(MessageWithMetadata <M, A> other)
 {
     return((int)(_uid - other._uid));
 }