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

◆ GetLeftSubstring()

ReadOnlySpan< char > System.Text.RegularExpressions.Capture.GetLeftSubstring ( )
inlinepackageinherited

Definition at line 93 of file Capture.cs.

94 {
95 string text = this.<Text>k__BackingField;
96 int num = this.<Index>k__BackingField;
97 if (text != null)
98 {
99 int stringLength = text._stringLength;
101 char rawStringData = text.GetRawStringData();
102 while (text != null)
103 {
104 }
105 }
106 if (num != 0)
107 {
109 return;
110 }
111 }
class f__AnonymousType0<< Count > j__TPar
static void ThrowArgumentOutOfRangeException()

References System.Text.RegularExpressions.Capture.Index, j__TPar, System.Text.RegularExpressions.Capture.k__BackingField, System.text, and System.ThrowHelper.ThrowArgumentOutOfRangeException().