コード例 #1
0
 public bool TryGetTimestamp(T t, out long timestamp)
 {
     return(timestamps.TryGetValue(t, out timestamp));
 }