Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Gen2GcCallback Class Referencesealed

Static Public Member Functions

static void Register (Func< bool > callback)
 
static void Register (Func< object, bool > callback, object targetObj)
 

Private Member Functions

 Gen2GcCallback (Func< bool > callback)
 
 Gen2GcCallback (Func< object, bool > callback, object targetObj)
 
 ~Gen2GcCallback ()
 

Private Attributes

readonly Func< bool_callback0
 
readonly Func< object, bool_callback1
 
GCHandle _weakTargetObj
 

Detailed Description

Definition at line 6 of file Gen2GcCallback.cs.


The documentation for this class was generated from the following file: