|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| BaggageLinkedList (KeyValuePair< string, string > firstValue, bool set=false) | |
| void | Add (KeyValuePair< string, string > value) |
| void | Set (KeyValuePair< string, string > value) |
| void | Remove (string key) |
| Enumerator< KeyValuePair< string, string > > | GetEnumerator () |
Properties | |
| DiagNode< KeyValuePair< string, string > > | First [get] |
Private Member Functions | |
| IEnumerator< KeyValuePair< string, string > > IEnumerable< KeyValuePair< string, string > >. | GetEnumerator () |
| IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
| DiagNode< KeyValuePair< string, string > > | _first |
Definition at line 10 of file Activity.cs.