terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
StringReader (string s) | |
override void | Close () |
override int | Peek () |
override int | Read () |
override int | Read ([global::System.Runtime.InteropServices.In][global::System.Runtime.InteropServices.Out] char[] buffer, int index, int count) |
override string | ReadToEnd () |
override string | ReadLine () |
void | Dispose () |
Static Public Member Functions | |
static TextReader | Synchronized (TextReader reader) |
Static Public Attributes | |
static readonly TextReader | Null |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Private Attributes | |
string | _s |
int | _pos |
int | _length |
Definition at line 12 of file StringReader.cs.