예제 #1
0
 public bool TryGetValue(TRow key, out KeyedDictionary <TColumn, TValue> value)
 {
     return(lookup.TryGetValue(key, out value));
 }