terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ReadLine()

string[] CSVReader.ReadLine ( )
inline

Definition at line 84 of file CSVReader.cs.

85 {
86 if (this._fileData != null)
87 {
88 int fileOffset = this._fileOffset;
89 string rawLine = this.GetRawLine();
90 string[] array = this.DecodeLine(rawLine);
91 int num = array.IndexOf("\"\"");
92 string text;
93 if (text == null || text != null)
94 {
95 return text;
96 }
97 }
99 }
class f__AnonymousType0<< Count > j__TPar
string[] DecodeLine(string line)
Definition CSVReader.cs:102
byte[] _fileData
Definition CSVReader.cs:117
string GetRawLine()
Definition CSVReader.cs:57
int _fileOffset
Definition CSVReader.cs:120

References _fileData, _fileOffset, System.array, DecodeLine(), GetRawLine(), j__TPar, and System.text.

Referenced by Begin().