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
Loading...
Searching...
No Matches
System.IO.StringReader Class Reference
+ Inheritance diagram for System.IO.StringReader:
+ Collaboration diagram for System.IO.StringReader:

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
 

Detailed Description

Definition at line 12 of file StringReader.cs.


The documentation for this class was generated from the following file: