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

◆ GetRightSubstring()

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

Definition at line 114 of file Capture.cs.

115 {
116 string text = this.<Text>k__BackingField;
117 int num = this.<Index>k__BackingField;
118 string text2 = this.<Text>k__BackingField;
119 int stringLength = text._stringLength;
120 int stringLength2;
121 if (text != null)
122 {
123 stringLength2 = text._stringLength;
124 char rawStringData = text.GetRawStringData();
125 }
126 if (stringLength2 != 0)
127 {
128 return;
129 }
130 }
class f__AnonymousType0<< Count > j__TPar

References System.Text.RegularExpressions.Capture.Index, j__TPar, System.Text.RegularExpressions.Capture.k__BackingField, and System.text.

dy>