コード例 #1
0
 public bool TryGetValue(TKey key, out TItem item)
 {
     return(KeyedList.TryGetValue(key, out item));
 }