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 | CookieCollectionEnumerator |
Public Member Functions | |
CookieCollection () | |
void | Add (Cookie cookie) |
void | Add (CookieCollection cookies) |
void | CopyTo (Array array, int index) |
void | CopyTo (Cookie[] array, int index) |
IEnumerator | GetEnumerator () |
void | Add (T item) |
void | Clear () |
bool | Contains (T item) |
void | CopyTo (T[] array, int arrayIndex) |
bool | Remove (T item) |
Package Types | |
enum | Stamp { Check , Set , SetToUnused , SetToMaxUsed } |
Package Functions | |
CookieCollection (bool IsReadOnly) | |
DateTime | TimeStamp (CookieCollection.Stamp how) |
int | InternalAdd (Cookie cookie, bool isStrict) |
int | IndexOf (Cookie cookie) |
void | RemoveAt (int idx) |
Package Attributes | |
int | m_version |
Properties | |
bool | IsReadOnly [get, set] |
Cookie | this[int index] [get, set] |
Cookie | this[string name] [get, set] |
int | Count [get, set] |
bool | IsSynchronized [get, set] |
object | SyncRoot [get, set] |
bool | IsOtherVersionSeen [get, set] |
Private Attributes | |
ArrayList | m_list |
DateTime | m_TimeStamp |
bool | m_has_other_versions |
bool | m_IsReadOnly |
Definition at line 13 of file CookieCollection.cs.