Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override bool | Equals (object o) |
override int | GetHashCode () |
virtual void | GetObjectData (SerializationInfo info, StreamingContext context) |
void | GetObjectData (SerializationInfo info, StreamingContext context) |
void | SetTarget (T target) |
bool | TryGetTarget ([MaybeNullWhen(false)][NotNullWhen(true)] out T target) |
Package Functions | |
EqualityWeakReference (object o) | |
Package Attributes | |
IntPtr | m_handle |
Properties | |
virtual bool | IsAlive [get] |
virtual bool | TrackResurrection [get] |
virtual ? object | Target [get, set] |
T | Target [get, set] |
Private Member Functions | |
void | Create (object target, bool trackResurrection) |
void | Create (T target, bool trackResurrection) |
bool | IsTrackResurrection () |
bool | IsTrackResurrection () |
Private Attributes | |
readonly int | _hashCode |
Definition at line 45 of file WeakHashtable.cs.