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

◆ RemainingCurrentChunk

Span<char> System.Text.StringBuilder.RemainingCurrentChunk
getprivate

Definition at line 754 of file StringBuilder.cs.

755 {
756 get
757 {
758 char[] chunkChars = this.m_ChunkChars;
759 int num = 1;
760 if (chunkChars != null)
761 {
763 }
764 if (num != 0)
765 {
767 return;
768 }
769 }
770 }
class f__AnonymousType0<< Count > j__TPar
static void ThrowArgumentOutOfRangeException()