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

◆ FileName

ReadOnlySpan<char> System.IO.Enumeration.FileSystemEntry.FileName
get

Definition at line 75 of file FileSystemEntry.cs.

76 {
77 get
78 {
79 if (true && this._fileName._length == 0)
80 {
83 }
84 ReadOnlySpan<char> fileName = this._fileName;
85 int length = this._fileName._length;
86 return fileName;
87 }
88 }
class f__AnonymousType0<< Count > j__TPar
readonly int _length

Referenced by System.IO.Enumeration.FileSystemEntry.ToSpecifiedFullPath().