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

◆ Location

override string System.Reflection.Emit.InternalAssemblyBuilder.Location
get

Definition at line 8 of file InternalAssemblyBuilder.cs.

9 {
10 get
11 {
12 throw new NotSupportedException(SR.NotSupported_DynamicAssembly);
13 }
14 }