类 MultiDictionaryTKeyTValue
MultiDictionary<TKey,TValue> class
public class MultiDictionary<TKey, TValue> : IReadOnlyCollection<KeyValuePair<TKey, TValue>>
构造函数
| 名称 | 描述 |
|---|---|
| MultiDictionary() | 默认构造函数。 |
| MultiDictionary(IEqualityComparer<TKey>) | |
| MultiDictionary(int) | |
| MultiDictionary(int, IEqualityComparer<TKey>) |
属性
| 名称 | 描述 |
|---|---|
| Count { get; } | |
| Item { get; } | |
| Keys { get; } | |
| Values { get; } |
方法
| 名称 | 描述 |
|---|---|
| Add(TKey, TValue) | |
| ContainsKey(TKey) | |
| GetEnumerator() |
另见
- namespace Aspose.Gis.Common.Collections
- assembly Aspose.GIS