Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
System.Runtime.CompilerServices.CallSiteOps Class Reference

Static Public Member Functions

static CallSite< TCreateMatchmaker< T > (CallSite< T > site)
 
static bool SetNotMatched (CallSite site)
 
static bool GetMatch (CallSite site)
 
static void ClearMatch (CallSite site)
 
static void AddRule< T > (CallSite< T > site, T rule)
 
static void UpdateRules< T > (CallSite< T > @this, int matched)
 
static ? T[] GetRules< T > (CallSite< T > site)
 
static RuleCache< TGetRuleCache< T > (CallSite< T > site)
 
static void MoveRule< T > (RuleCache< T > cache, T rule, int i)
 
static T[] GetCachedRules< T > (RuleCache< T > cache)
 
static T Bind< T > (CallSiteBinder binder, CallSite< T > site, object[] args)
 

Detailed Description

Definition at line 8 of file CallSiteOps.cs.


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