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

◆ Count

int System.Text.RegularExpressions.MatchCollection.Count
get

Implements System.Collections.Generic.ICollection< T >.

Definition at line 38 of file MatchCollection.cs.

39 {
40 get
41 {
42 if (!this._done)
43 {
44 }
45 return this._matches._size;
46 }
47 }