|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| NameValuePair (string name, string value, int length) | |
Properties | |
| string | Name [get] |
| string | Value [get] |
| NameValuePair | Next [get, set] |
Private Attributes | |
| readonly string | _name |
| readonly string | _value |
| readonly int | _length |
| NameValuePair | _next |
Definition at line 3 of file NameValuePair.cs.