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.MatchCollection Class Reference
+ 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 Member Functions

IEnumerator< Match > System.Collections.Generic.IEnumerable< System.Text.RegularExpressions.Match >. GetEnumerator ()
 
Match GetMatch (int i)
 
void EnsureInitialized ()
 
int System.Collections.Generic.IList< System.Text.RegularExpressions.Match >. IndexOf (Match item)
 
void System.Collections.Generic.IList< System.Text.RegularExpressions.Match >. Insert (int index, Match item)
 
void System.Collections.Generic.IList< System.Text.RegularExpressions.Match >. RemoveAt (int index)
 
void System.Collections.Generic.ICollection< System.Text.RegularExpressions.Match >. Add (Match item)
 
void System.Collections.Generic.ICollection< System.Text.RegularExpressions.Match >. Clear ()
 
bool System.Collections.Generic.ICollection< System.Text.RegularExpressions.Match >. Contains (Match item)
 
bool System.Collections.Generic.ICollection< System.Text.RegularExpressions.Match >. Remove (Match 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 Regex _regex
 
readonly List< Match_matches
 
bool _done
 
readonly string _input
 
readonly int _beginning
 
readonly int _length
 
int _startat
 
int _prevlen
 

Detailed Description

Definition at line 15 of file MatchCollection.cs.


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