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
◆
this[int i]
virtual
Match
System.Text.RegularExpressions.MatchCollection.this[int i]
get
Definition at line
50
of file
MatchCollection.cs
.
51
{
52
get
53
{
54
Match
match
;
55
do
56
{
57
match
= this.
GetMatch
(i);
58
}
59
while
(
match
==
null
);
60
return
match
;
61
}
62
}
System.Text.RegularExpressions.MatchCollection.GetMatch
Match GetMatch(int i)
Definition
MatchCollection.cs:77
System.ExceptionArgument.match
@ match
System
Text
RegularExpressions
MatchCollection
Generated by
1.10.0