Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Unloading

Action<AssemblyLoadContext>? System.Runtime.Loader.AssemblyLoadContext.Unloading
addremoveinherited

Definition at line 159 of file AssemblyLoadContext.cs.

160 {
161 add
162 {
163 _unloading += value;
164 }
165 remove
166 {
167 _unloading -= value;
168 }
169 }
Action< AssemblyLoadContext >? _unloading