Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Update
T
System.Runtime.CompilerServices.CallSite
<
T
>.Update
get
Definition at line
65
of file
CallSite.cs
.
66
{
67
get
68
{
69
if
(
_match
)
70
{
71
return
s_cachedNoMatch
;
72
}
73
return
s_cachedUpdate
;
74
}
75
}
System.Runtime.CompilerServices.CallSite.s_cachedNoMatch
static volatile T s_cachedNoMatch
Definition
CallSite.cs:63
System.Runtime.CompilerServices.CallSite._match
bool _match
Definition
CallSite.cs:18
System.Runtime.CompilerServices.CallSite.s_cachedUpdate
static T s_cachedUpdate
Definition
CallSite.cs:61
System
Runtime
CompilerServices
CallSite
Generated by
1.10.0