Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ SetNotMatched()

static bool System.Runtime.CompilerServices.CallSiteOps.SetNotMatched ( CallSite site)
inlinestatic

Definition at line 21 of file CallSiteOps.cs.

22 {
23 bool match = site._match;
24 site._match = false;
25 return match;
26 }

References System.Runtime.CompilerServices.CallSite< T >._match, and System.match.