Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
ValueCollection (JsonPropertyDictionary< T > jsonObject) | |
void | Add (T jsonNode) |
void | Clear () |
bool | Contains (T jsonNode) |
void | CopyTo (T[] nodeArray, int index) |
IEnumerator< T > | GetEnumerator () |
void | CopyTo (Array array, int index) |
Properties | |
int | Count [get] |
bool | IsReadOnly [get] |
object | SyncRoot [get] |
bool | IsSynchronized [get] |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
bool ICollection< T >. | Remove (T node) |
Private Attributes | |
readonly JsonPropertyDictionary< T > | _parent |
Definition at line 74 of file JsonPropertyDictionary.cs.