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

◆ Split() [1/5]

static string[] System.Text.RegularExpressions.Regex.Split ( Regex regex,
string input,
int count,
int startat )
inlinestaticprivate

Definition at line 404 of file Regex.cs.

405 {
406 TimeSpan timeSpan = regex.internalMatchTimeout;
407 Match match;
408 if (match._capcount != 0)
409 {
410 int <Index>k__BackingField = match.<Index>k__BackingField;
411 string text;
412 return text;
413 }
414 if (regex != null)
415 {
416 TimeSpan timeSpan2 = regex.internalMatchTimeout;
418 int <Index>k__BackingField2 = match2.<Index>k__BackingField;
419 string <Text>k__BackingField = match2.<Text>k__BackingField;
420 string text2;
421 return text2;
422 }
423 throw new ArrayTypeMismatchException();
424 }
class f__AnonymousType0<< Count > j__TPar
static Match Match(string input, string pattern)
Definition Regex.cs:194

References j__TPar, System.match, and System.text.