Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Unloading
Action
<
AssemblyLoadContext
>? System.Runtime.Loader.AssemblyLoadContext.Unloading
add
remove
inherited
Definition at line
159
of file
AssemblyLoadContext.cs
.
160
{
161
add
162
{
163
_unloading
+=
value
;
164
}
165
remove
166
{
167
_unloading
-=
value
;
168
}
169
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Runtime.Loader.AssemblyLoadContext._unloading
Action< AssemblyLoadContext >? _unloading
Definition
AssemblyLoadContext.cs:133
System.ExceptionArgument.value
@ value
System
Runtime
Loader
IndividualAssemblyLoadContext
Generated by
1.10.0