类 OrderedDictionaryTKeyTValue
OrderedDictionary<TKey,TValue> class
public class OrderedDictionary<TKey, TValue>
构造函数
| 名称 | 描述 |
|---|---|
| OrderedDictionary() | 默认构造函数。 |
属性
| 名称 | 描述 |
|---|---|
| Count { get; } | |
| Item { get; set; } | (2 个索引器) |
| Keys { get; } | |
| Pairs { get; } | |
| Values { get; } |
方法
| 名称 | 描述 |
|---|---|
| Add(TKey, TValue) | |
| Clear() | |
| ContainsKey(TKey) | |
| IndexOf(TKey) | |
| Remove(TKey) | |
| TryGetValue(TKey, out TValue) | |
| Update(int, TKey, TValue) | |
| Update(TKey, TKey, TValue) |
另见
- namespace Aspose.Gis.Common.Collections
- assembly Aspose.GIS