Class MultiDictionaryTKeyTValue
MultiDictionary<TKey,TValue> class
public class MultiDictionary<TKey, TValue> : IReadOnlyCollection<KeyValuePair<TKey, TValue>>
Constructors
| Name | Description |
|---|---|
| MultiDictionary() | The default constructor. |
| MultiDictionary(IEqualityComparer<TKey>) | |
| MultiDictionary(int) | |
| MultiDictionary(int, IEqualityComparer<TKey>) |
Properties
| Name | Description |
|---|---|
| Count { get; } | |
| Item { get; } | |
| Keys { get; } | |
| Values { get; } |
Methods
| Name | Description |
|---|---|
| Add(TKey, TValue) | |
| ContainsKey(TKey) | |
| GetEnumerator() |
See Also
- namespace Aspose.Gis.Common.Collections
- assembly Aspose.GIS