|
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
|
Inheritance diagram for System.Collections.Specialized.NameObjectCollectionBase:
Collaboration diagram for System.Collections.Specialized.NameObjectCollectionBase:Classes | |
| class | KeysCollection |
| class | NameObjectEntry |
| class | NameObjectKeysEnumerator |
Public Member Functions | |
| virtual void | GetObjectData (SerializationInfo info, StreamingContext context) |
| virtual void | OnDeserialization (object sender) |
| virtual IEnumerator | GetEnumerator () |
| void | CopyTo (global::System.Array array, int index) |
Protected Member Functions | |
| NameObjectCollectionBase () | |
| NameObjectCollectionBase (IEqualityComparer equalityComparer) | |
| NameObjectCollectionBase (int capacity, IEqualityComparer equalityComparer) | |
| NameObjectCollectionBase (int capacity) | |
| NameObjectCollectionBase (SerializationInfo info, StreamingContext context) | |
| bool | BaseHasKeys () |
| void | BaseAdd (string name, object value) |
| void | BaseRemove (string name) |
| void | BaseClear () |
| object | BaseGet (string name) |
| void | BaseSet (string name, object value) |
| object | BaseGet (int index) |
| string | BaseGetKey (int index) |
| string[] | BaseGetAllKeys () |
Package Functions | |
| NameObjectCollectionBase (DBNull dummy) | |
Properties | |
| bool | IsReadOnly [get, set] |
| virtual int | Count [get, set] |
| object System.Collections.ICollection. | SyncRoot [get, set] |
| bool System.Collections.ICollection. | IsSynchronized [get, set] |
| virtual NameObjectCollectionBase.KeysCollection | Keys [get, set] |
Private Member Functions | |
| void | Reset () |
| void | Reset (int capacity) |
| NameObjectCollectionBase.NameObjectEntry | FindEntry (string key) |
| void System.Collections.ICollection. | CopyTo (Array array, int index) |
Static Private Member Functions | |
| static | NameObjectCollectionBase () |
Static Private Attributes | |
| static StringComparer | defaultComparer |
Definition at line 14 of file NameObjectCollectionBase.cs.