Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
HybridDictionary () | |
HybridDictionary (int initialSize) | |
HybridDictionary (bool caseInsensitive) | |
HybridDictionary (int initialSize, bool caseInsensitive) | |
void | Add (object key, object? value) |
void | Clear () |
bool | Contains (object key) |
void | CopyTo (Array array, int index) |
IDictionaryEnumerator | GetEnumerator () |
void | Remove (object key) |
Properties | |
object? | this[object key] [get, set] |
ListDictionary | List [get] |
int | Count [get] |
ICollection | Keys [get] |
bool | IsReadOnly [get] |
bool | IsFixedSize [get] |
bool | IsSynchronized [get] |
object | SyncRoot [get] |
ICollection | Values [get] |
Private Member Functions | |
void | ChangeOver () |
IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
ListDictionary | list |
Hashtable | hashtable |
readonly bool | caseInsensitive |
Definition at line 7 of file HybridDictionary.cs.