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.UTF32Encoding.Preamble
get

Definition at line 513 of file UTF32Encoding.cs.

514 {
515 get
516 {
517 Type type;
518 bool flag = base.GetType() != type;
520 if (emitUTF32ByteOrderMark)
521 {
522 bool bigEndian = this._bigEndian;
523 if (!emitUTF32ByteOrderMark)
524 {
525 }
526 if (bigEndian)
527 {
528 }
529 }
531 return readOnlySpan;
532 }
533 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287