|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| ConverterList (JsonSerializerOptions options) | |
| ConverterList (JsonSerializerOptions options, ConverterList source) | |
| void | Add (JsonConverter item) |
| void | Clear () |
| bool | Contains (JsonConverter item) |
| void | CopyTo (JsonConverter[] array, int arrayIndex) |
| IEnumerator< JsonConverter > | GetEnumerator () |
| int | IndexOf (JsonConverter item) |
| void | Insert (int index, JsonConverter item) |
| bool | Remove (JsonConverter item) |
| void | RemoveAt (int index) |
| int | IndexOf (T item) |
| void | Insert (int index, T item) |
| void | Add (T item) |
| bool | Contains (T item) |
| void | CopyTo (T[] array, int arrayIndex) |
| bool | Remove (T item) |
Properties | |
| JsonConverter | this[int index] [get, set] |
| int | Count [get] |
| bool | IsReadOnly [get] |
Private Member Functions | |
| IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
| readonly List< JsonConverter > | _list = new List<JsonConverter>() |
| readonly JsonSerializerOptions | _options |
Definition at line 6 of file ConverterList.cs.