IMultiMap<TKey,TValue>.AddRange(TKey,IEnumerable<TValue>) Method
Represents method AddRange(TKey,IEnumerable<TValue>)
.
public procedure AddRange(const key: TKey; const collection: IEnumerable<TValue>); overload;
Parameters
- key
- Type: TKey
- collection
- Type: IEnumerable<TValue>