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

◆ Preamble

override ReadOnlySpan<byte> System.Text.UnicodeEncoding.Preamble
get

Definition at line 414 of file UnicodeEncoding.cs.

415 {
416 get
417 {
418 Type type;
419 bool flag = base.GetType() != type;
420 bool flag2 = this.byteOrderMark;
421 if (flag2)
422 {
423 bool flag3 = this.bigEndian;
424 if (!flag2)
425 {
426 }
427 if (flag3)
428 {
429 }
430 }
432 return readOnlySpan;
433 }
434 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287