Beispiel #1
0
 public bool TryRemoveTimestamp(T t, out long timestamp)
 {
     return(timestamps.TryRemove(t, out timestamp));
 }