Exemple #1
0
 public virtual void AddAll(RecordSet <R> other)
 {
     _map.putAll(other._map);
 }