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

◆ Resolving

Func<AssemblyLoadContext, AssemblyName, Assembly?>? System.Runtime.Loader.AssemblyLoadContext.Resolving
addremoveinherited

Definition at line 147 of file AssemblyLoadContext.cs.

148 {
149 add
150 {
151 _resolving += value;
152 }
153 remove
154 {
155 _resolving -= value;
156 }
157 }
Func< AssemblyLoadContext, AssemblyName, Assembly >? _resolving