Class OrderedDictionaryTKeyTValue
OrderedDictionary<TKey,TValue> class
public class OrderedDictionary<TKey, TValue>
Constructors
| Name | Description |
|---|---|
| OrderedDictionary() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Count { get; } | |
| Item { get; set; } | (2 indexers) |
| Keys { get; } | |
| Pairs { get; } | |
| Values { get; } |
Methods
| Name | Description |
|---|---|
| Add(TKey, TValue) | |
| Clear() | |
| ContainsKey(TKey) | |
| IndexOf(TKey) | |
| Remove(TKey) | |
| TryGetValue(TKey, out TValue) | |
| Update(int, TKey, TValue) | |
| Update(TKey, TKey, TValue) |
See Also
- namespace Aspose.Gis.Common.Collections
- assembly Aspose.GIS