terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 () |
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] |
Cookie | this[int index] [get] |
Cookie | this[string name] [get] |
int | Count [get] |
bool | IsSynchronized [get] |
object | SyncRoot [get] |
bool | IsOtherVersionSeen [get] |
Private Attributes | |
ArrayList | m_list |
DateTime | m_TimeStamp |
bool | m_has_other_versions |
bool | m_IsReadOnly |
Definition at line 10 of file CookieCollection.cs.