|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| KeyCollection (JsonPropertyDictionary< T > jsonObject) | |
| void | Add (string propertyName) |
| void | Clear () |
| bool | Contains (string propertyName) |
| void | CopyTo (string[] propertyNameArray, int index) |
| IEnumerator< string > | GetEnumerator () |
| void | Add (T item) |
| bool | Contains (T item) |
| void | CopyTo (T[] array, int arrayIndex) |
| bool | Remove (T item) |
Properties | |
| int | Count [get] |
| bool | IsReadOnly [get] |
Private Member Functions | |
| IEnumerator IEnumerable. | GetEnumerator () |
| bool ICollection< string >. | Remove (string propertyName) |
Private Attributes | |
| readonly JsonPropertyDictionary< T > | _parent |
Definition at line 8 of file JsonPropertyDictionary.cs.