terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.ComponentModel.EventDescriptorCollection Class Reference
+ Inheritance diagram for System.ComponentModel.EventDescriptorCollection:

Classes

class  ArraySubsetEnumerator
 

Public Member Functions

 EventDescriptorCollection (EventDescriptor[] events)
 
 EventDescriptorCollection (EventDescriptor[] events, bool readOnly)
 
int Add (EventDescriptor value)
 
void Clear ()
 
bool Contains (EventDescriptor value)
 
virtual EventDescriptor Find (string name, bool ignoreCase)
 
int IndexOf (EventDescriptor value)
 
void Insert (int index, EventDescriptor value)
 
void Remove (EventDescriptor value)
 
void RemoveAt (int index)
 
IEnumerator GetEnumerator ()
 
virtual EventDescriptorCollection Sort ()
 
virtual EventDescriptorCollection Sort (string[] names)
 
virtual EventDescriptorCollection Sort (string[] names, IComparer comparer)
 
virtual EventDescriptorCollection Sort (IComparer comparer)
 

Static Public Attributes

static readonly EventDescriptorCollection Empty
 

Protected Member Functions

void InternalSort (string[] names)
 
void InternalSort (IComparer sorter)
 

Properties

int Count [get, private set]
 
virtual EventDescriptor this[int index] [get]
 
virtual EventDescriptor this[string name] [get]
 
bool ICollection. IsSynchronized [get]
 
object ICollection. SyncRoot [get]
 
int ICollection. Count [get]
 
object IList. this[int index] [get, set]
 
bool IList. IsReadOnly [get]
 
bool IList. IsFixedSize [get]
 

Private Member Functions

 EventDescriptorCollection (EventDescriptor[] events, int eventCount, string[] namedSort, IComparer comparer)
 
void ICollection. CopyTo (Array array, int index)
 
void EnsureEventsOwned ()
 
void EnsureSize (int sizeNeeded)
 
IEnumerator IEnumerable. GetEnumerator ()
 
int IList. Add (object value)
 
bool IList. Contains (object value)
 
void IList. Clear ()
 
int IList. IndexOf (object value)
 
void IList. Insert (int index, object value)
 
void IList. Remove (object value)
 
void IList. RemoveAt (int index)
 

Static Private Member Functions

static EventDescriptorCollection ()
 

Private Attributes

EventDescriptor[] _events
 
string[] _namedSort
 
readonly IComparer _comparer
 
bool _eventsOwned
 
bool _needSort
 
readonly bool _readOnly
 
int< Countk__BackingField
 

Detailed Description

Definition at line 9 of file EventDescriptorCollection.cs.


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