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
|
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) |
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) |
Static Public Attributes | |
static readonly EventDescriptorCollection | Empty |
Protected Member Functions | |
void | InternalSort (string[] names) |
void | InternalSort (IComparer sorter) |
Properties | |
int | Count [get, set, private set] |
virtual EventDescriptor | this[int index] [get, set] |
virtual EventDescriptor | this[string name] [get, set] |
bool System.Collections.ICollection. | IsSynchronized [get, set] |
object System.Collections.ICollection. | SyncRoot [get, set] |
int System.Collections.ICollection. | Count [get, set] |
object System.Collections.IList. | Item [get, set] |
bool System.Collections.IList. | IsReadOnly [get, set] |
bool System.Collections.IList. | IsFixedSize [get, set] |
Private Member Functions | |
EventDescriptorCollection (EventDescriptor[] events, int eventCount, string[] namedSort, IComparer comparer) | |
void System.Collections.ICollection. | CopyTo (Array array, int index) |
void | EnsureEventsOwned () |
void | EnsureSize (int sizeNeeded) |
IEnumerator System.Collections.IEnumerable. | GetEnumerator () |
int System.Collections.IList. | Add (object value) |
bool System.Collections.IList. | Contains (object value) |
void System.Collections.IList. | Clear () |
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) |
Static Private Member Functions | |
static | EventDescriptorCollection () |
Private Attributes | |
EventDescriptor[] | _events |
string[] | _namedSort |
readonly IComparer | _comparer |
bool | _eventsOwned |
bool | _needSort |
readonly bool | _readOnly |
int< Count > | k__BackingField |
Definition at line 11 of file EventDescriptorCollection.cs.