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

◆ CodeBase

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

Definition at line 17 of file InternalAssemblyBuilder.cs.

18 {
19 get
20 {
21 throw new NotSupportedException(SR.NotSupported_DynamicAssembly);
22 }
23 }