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

◆ Location

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

Definition at line 47 of file AssemblyBuilder.cs.

48 {
49 get
50 {
51 throw new NotSupportedException(SR.NotSupported_DynamicAssembly);
52 }
53 }