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
Loading...
Searching...
No Matches
System.Text.RegularExpressions.GroupCollection Class Reference
+ 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 Member Functions

IEnumerator< Group > System.Collections.Generic.IEnumerable< System.Text.RegularExpressions.Group >. GetEnumerator ()
 
Group GetGroup (int groupnum)
 
Group GetGroupImpl (int groupnum)
 
int System.Collections.Generic.IList< System.Text.RegularExpressions.Group >. IndexOf (Group item)
 
void System.Collections.Generic.IList< System.Text.RegularExpressions.Group >. Insert (int index, Group item)
 
void System.Collections.Generic.IList< System.Text.RegularExpressions.Group >. RemoveAt (int index)
 
void System.Collections.Generic.ICollection< System.Text.RegularExpressions.Group >. Add (Group item)
 
void System.Collections.Generic.ICollection< System.Text.RegularExpressions.Group >. Clear ()
 
bool System.Collections.Generic.ICollection< System.Text.RegularExpressions.Group >. Contains (Group item)
 
bool System.Collections.Generic.ICollection< System.Text.RegularExpressions.Group >. Remove (Group item)
 
int System.Collections.IList. Add (object value)
 
void System.Collections.IList. Clear ()
 
bool System.Collections.IList. Contains (object value)
 
int System.Collections.IList. IndexOf (object value)
 
void System.Collections.IList. Insert (int index, object value)
 
void System.Collections.IList. Remove (object value)
 
void System.Collections.IList. RemoveAt (int index)
 

Private Attributes

readonly Match _match
 
readonly Hashtable _captureMap
 
Group[] _groups
 

Detailed Description

Definition at line 15 of file GroupCollection.cs.


The documentation for this class was generated from the following file: