Hash<TKey, TValue>
Namespace: uModCollections
Assembly: uMod.Core.dll
Inheritance Object Hash<TKey,TValue>
Implements IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
Summary
A dictionary which returns null for non-existent keys and removes keys when setting an index to null.
Constructors
Name | Summary |
|---|---|
Hash () | Create a new hash dictionary object |
Properties
Name | Summary |
|---|---|
Count | |
IsReadOnly | |
Item [ | Get a value from the hash dictionary |
Keys | |
Values |
Methods
Name | Summary |
|---|---|
Add ( | |
Clear () | Clear all values from the hash dictionary |
Contains ( | |
ContainsKey ( | |
CopyTo ( | |
GetEnumerator () | Get an enumerator for the hash dictionary |
Remove ( | |
Remove ( | |