terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
OnContentsChanged
Action
< string > Terraria.GameContent.UI.Elements.UISearchBar.OnContentsChanged
add
remove
Definition at line
17
of file
UISearchBar.cs
.
18
{
19
[
CompilerGenerated
]
20
add
21
{
22
Delegate
@
delegate
=
Delegate
.
Combine
(this.
OnContentsChanged
,
value
);
23
if
(@delegate !=
null
&& @
delegate
==
null
)
24
{
25
return
;
26
}
27
}
28
[
CompilerGenerated
]
29
remove
30
{
31
Delegate
@
delegate
=
Delegate
.
Remove
(this.
OnContentsChanged
,
value
);
32
if
(@delegate !=
null
&& @
delegate
==
null
)
33
{
34
return
;
35
}
36
}
37
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Delegate.Combine
static Delegate Combine(Delegate a, Delegate b)
Definition
Delegate.cs:255
System.Delegate.Remove
static Delegate Remove(Delegate source, Delegate value)
Definition
Delegate.cs:278
System.Delegate
Definition
Delegate.cs:14
Terraria.GameContent.UI.Elements.UISearchBar.OnContentsChanged
Action< string > OnContentsChanged
Definition
UISearchBar.cs:18
System.ExceptionArgument.value
@ value
Terraria
GameContent
UI
Elements
UISearchBar
Generated by
1.10.0