Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.RegularExpressions.CaptureCollection Class Reference

Classes

class  Enumerator
 

Public Member Functions

IEnumerator GetEnumerator ()
 
void CopyTo (Array array, int arrayIndex)
 
void CopyTo (Capture[] 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

 CaptureCollection (Group group)
 
void ForceInitialized ()
 

Properties

bool IsReadOnly [get]
 
int Count [get]
 
Capture this[int i] [get]
 
bool IsSynchronized [get]
 
object SyncRoot [get]
 
Capture IList< Capture >. this[int index] [get, set]
 
bool IList. IsFixedSize [get]
 
object? IList. this[int index] [get, set]
 

Private Member Functions

IEnumerator< Capture > IEnumerable< Capture >. GetEnumerator ()
 
Capture GetCapture (int i)
 
int IList< Capture >. IndexOf (Capture item)
 
void IList< Capture >. Insert (int index, Capture item)
 
void IList< Capture >. RemoveAt (int index)
 
void ICollection< Capture >. Add (Capture item)
 
void ICollection< Capture >. Clear ()
 
bool ICollection< Capture >. Contains (Capture item)
 
bool ICollection< Capture >. Remove (Capture item)
 
int IList. Add (object value)
 
void IList. Clear ()
 
bool IList. Contains (object value)
 
int IList. IndexOf (object value)
 
void IList. Insert (int index, object value)
 
void IList. Remove (object value)
 
void IList. RemoveAt (int index)
 

Private Attributes

readonly Group _group
 
readonly int _capcount
 
Capture[] _captures
 

Detailed Description

Definition at line 9 of file CaptureCollection.cs.


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