Constructor MapOfSets
MapOfSets(IDictionary<TKey, ISet<TValue>>)
Declaration
public MapOfSets(IDictionary<TKey, ISet<TValue>> m)
Parameters
Type | Name | Description |
---|---|---|
IDictionary<TKey, ISet<TValue>> | m | The backing store for this object. |