|
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.GroupCollection:
Collaboration diagram for System.Text.RegularExpressions.GroupCollection:Classes | |
| class | Enumerator |
Public Member Functions | |
| IEnumerator | GetEnumerator () |
| void | CopyTo (Array array, int arrayIndex) |
| void | CopyTo (Group[] 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 | |
| GroupCollection (Match match, Hashtable caps) | |
| GroupCollection () | |
Properties | |
| bool | IsReadOnly [get, set] |
| int | Count [get, set] |
| Group | this[int groupnum] [get, set] |
| Group | this[string groupname] [get, set] |
| bool | IsSynchronized [get, set] |
| object | SyncRoot [get, set] |
| Group System.Collections.Generic.IList< System.Text.RegularExpressions.Group >. | 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 Match | _match |
| readonly Hashtable | _captureMap |
| Group[] | _groups |
Definition at line 15 of file GroupCollection.cs.