Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
class | NodeEnumerator |
Public Member Functions | |
void | CopyTo (Array array, int index) |
bool | Contains (object key) |
void | Add (object key, object value) |
void | Clear () |
IDictionaryEnumerator | GetEnumerator () |
void | Remove (object key) |
void | Add (object key, object? value) |
Properties | |
int | Count [get] |
object | SyncRoot [get] |
bool | IsSynchronized [get] |
object | this[object key] [get, set] |
ICollection | Keys [get] |
ICollection | Values [get] |
bool | IsReadOnly [get] |
bool | IsFixedSize [get] |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
Definition at line 3 of file EmptyReadOnlyDictionaryInternal.cs.