Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | Add (Cookie cookie) |
void | Add (CookieCollection cookies) |
void | Clear () |
bool | Contains (Cookie cookie) |
bool | Remove (Cookie cookie) |
void | CopyTo (Array array, int index) |
void | CopyTo (Cookie[] array, int index) |
IEnumerator | GetEnumerator () |
void | Add (T item) |
bool | Contains (T item) |
void | CopyTo (T[] array, int arrayIndex) |
bool | Remove (T item) |
void | Add (T item) |
bool | Contains (T item) |
void | CopyTo (T[] array, int arrayIndex) |
bool | Remove (T item) |
Package Types | |
enum | Stamp { Check , Set , SetToUnused , SetToMaxUsed } |
Package Functions | |
DateTime | TimeStamp (Stamp how) |
int | InternalAdd (Cookie cookie, bool isStrict) |
int | IndexOf (Cookie cookie) |
void | RemoveAt (int idx) |
Properties | |
Cookie | this[int index] [get] |
Cookie? | this[string name] [get] |
bool | IsReadOnly [get] |
int | Count [get] |
bool | IsSynchronized [get] |
object | SyncRoot [get] |
bool | IsOtherVersionSeen [get] |
Private Member Functions | |
void | OnSerializing (StreamingContext context) |
IEnumerator< Cookie > IEnumerable< Cookie >. | GetEnumerator () |
Private Attributes | |
readonly ArrayList | m_list = new ArrayList() |
int | m_version |
DateTime | m_TimeStamp = DateTime.MinValue |
bool | m_has_other_versions |
Definition at line 10 of file CookieCollection.cs.