Beispiel #1
0
 public void UnionWith(IEnumerable <KeyValuePair <TKey, TValue> > other)
 {
     Extensions.UnionWith(this, other);
 }