|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | Add (string key, object value) |
| void | Add (KeyValuePair< string, object > payloadEntry) |
| void | Clear () |
| bool | Contains (KeyValuePair< string, object > entry) |
| bool | ContainsKey (string key) |
| IEnumerator< KeyValuePair< string, object > > | GetEnumerator () |
| void | CopyTo (KeyValuePair< string, object >[] payloadEntries, int count) |
| bool | Remove (string key) |
| bool | Remove (KeyValuePair< string, object > entry) |
| bool | TryGetValue (string key, [MaybeNullWhen(false)] out object value) |
| bool | ContainsKey (TKey key) |
| void | Add (TKey key, TValue value) |
| bool | Remove (TKey key) |
| bool | TryGetValue (TKey key,[MaybeNullWhen(false)] out TValue value) |
| void | Add (T item) |
| bool | Contains (T item) |
| void | CopyTo (T[] array, int arrayIndex) |
| bool | Remove (T item) |
Package Functions | |
| EventPayload (string[] payloadNames, object[] payloadValues) | |
Properties | |
| ICollection< string > | Keys [get] |
| ICollection< object > | Values [get] |
| object | this[string key] [get, set] |
| int | Count [get] |
| bool | IsReadOnly [get] |
| TValue | this[TKey key] [get, set] |
Private Member Functions | |
| IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
| readonly string[] | m_names |
| readonly object[] | m_values |
Definition at line 7 of file EventPayload.cs.