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

◆ GetGroupImpl()

Group System.Text.RegularExpressions.GroupCollection.GetGroupImpl ( int groupnum)
inlineprivate

Definition at line 125 of file GroupCollection.cs.

126 {
127 while (groupnum != 0)
128 {
129 if (this._groups == null)
130 {
131 int[] matchcount = this._match._matchcount;
132 string text = this._match._regex.GroupNameFromNumber(0);
133 Match match = this._match;
134 Group[] groups = this._groups;
135 int[][] matches = match._matches;
136 int[] matchcount2 = match._matchcount;
137 string <Text>k__BackingField = match.<Text>k__BackingField;
138 int capcount = match._capcount;
139 return this._groups;
140 }
141 }
142 throw new ArrayTypeMismatchException();
143 }
class f__AnonymousType0<< Count > j__TPar

References System.Text.RegularExpressions.GroupCollection._groups, System.Text.RegularExpressions.GroupCollection._match, System.Text.RegularExpressions.Match._matchcount, System.Text.RegularExpressions.Match._regex, System.Text.RegularExpressions.Regex.GroupNameFromNumber(), j__TPar, System.match, and System.text.

Referenced by System.Text.RegularExpressions.GroupCollection.GetGroup().