| 
    terraria-cpp2il v1.4.4.9
    
   Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon 
   | 
 
 Inheritance diagram for System.Text.RegularExpressions.MatchCollection:
 Collaboration diagram for System.Text.RegularExpressions.MatchCollection:Classes | |
| class | Enumerator | 
Public Member Functions | |
| IEnumerator | GetEnumerator () | 
| void | CopyTo (Array array, int arrayIndex) | 
| void | CopyTo (Match[] array, int arrayIndex) | 
| int | IndexOf (T item) | 
| void | Insert (int index, T item) | 
| void | Add (T item) | 
| bool | Contains (T item) | 
| void | CopyTo (T[] array, int arrayIndex) | 
| bool | Remove (T item) | 
| int | IndexOf (T item) | 
| void | Insert (int index, T item) | 
| void | Add (T item) | 
| bool | Contains (T item) | 
| void | CopyTo (T[] array, int arrayIndex) | 
| bool | Remove (T item) | 
Package Functions | |
| MatchCollection (Regex regex, string input, int beginning, int length, int startat) | |
| MatchCollection () | |
Properties | |
| bool | IsReadOnly [get, set] | 
| int | Count [get, set] | 
| virtual Match | this[int i] [get, set] | 
| bool | IsSynchronized [get, set] | 
| object | SyncRoot [get, set] | 
| Match System.Collections.Generic.IList< System.Text.RegularExpressions.Match >. | Item [get, set] | 
| bool System.Collections.IList. | IsFixedSize [get, set] | 
| object System.Collections.IList. | Item [get, set] | 
| T | this[int index] [get, set] | 
| T | this[int index] [get] | 
| T | this[int index] [get, set] | 
Private Attributes | |
| readonly Regex | _regex | 
| readonly List< Match > | _matches | 
| bool | _done | 
| readonly string | _input | 
| readonly int | _beginning | 
| readonly int | _length | 
| int | _startat | 
| int | _prevlen | 
Definition at line 15 of file MatchCollection.cs.