예제 #1
0
 public void Add(TRow key, KeyedDictionary <TColumn, TValue> value)
 {
     lookup.Add(key, value);
 }