Name | Description | |
---|---|---|
NMap<TKey,TValue> Constructor | Overloaded. |
The following tables list the members exposed by NMap<TKey,TValue>.
Name | Description | |
---|---|---|
NMap<TKey,TValue> Constructor | Overloaded. |
Name | Description | |
---|---|---|
Count | Gets the count of key-value pairs that are contained in this map | |
Item | Indexed accessor | |
Keys | Gets a view of the keys contained in this map | |
Values | Gets a view of the values contained in this map |
Name | Description | |
---|---|---|
Add | Overloaded. Adds the specified key-value pair. Throws an exception if a key-value pair with the same key already exists. | |
Clear | Removes all entries from the map. | |
Contains | Overloaded. Queries whether this map contains a value for the specified key | |
CopyTo | Copies all items of this set to the specified array, starting from the specified array index. | |
Get | Gets the value that corresponds to the specified key. Throws an exception, if item for this key does not exist. | |
GetIterator | Gets a key-value pair iterator | |
Recycle | ||
Remove | Overloaded. Removes the key-value pair that has the specified key from the map. | |
Set | Sets the value for the specified key. If key-value association already exists, the value is replaced. | |
ToArray | Converts this set to an array. | |
TryGet | Tries to get the value for the specified key. |