|
Terraria v1.4.4.9
Terraria source code documentation
|
Properties | |
| static Base64Encoding | Base64Encoding [get] |
Private Member Functions | |
| bool | TryReadUnicodeChars (char[] chars, int offset, int count, out int actual) |
| string | GetCharsText () |
| string | GetUnicodeCharsText () |
| string | GetEscapedCharsText () |
| string | GetCharText () |
| int | GetChar () |
| int | GetInt8 () |
| int | GetInt16 () |
| int | GetInt32 () |
| long | GetInt64 () |
| ulong | GetUInt64 () |
| float | GetSingle () |
| double | GetDouble () |
| decimal | GetDecimal () |
| UniqueId | GetUniqueId () |
| Guid | GetGuid () |
| void | GetBase64 (byte[] buffer, int offset, int count) |
| XmlDictionaryString | GetDictionaryString () |
| string | GetQNameDictionaryText () |
Private Attributes | |
| readonly XmlBufferReader | _bufferReader |
| ValueHandleType | _type |
| int | _offset |
| int | _length |
Static Private Attributes | |
| static Base64Encoding | s_base64Encoding |
| static readonly string[] | s_constStrings = new string[6] { "string", "number", "array", "object", "boolean", "null" } |
Definition at line 7 of file ValueHandle.cs.