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

◆ CodeBase

override? string System.Reflection.Emit.AssemblyBuilder.CodeBase
get

Definition at line 39 of file AssemblyBuilder.cs.

40 {
41 get
42 {
43 throw new NotSupportedException(SR.NotSupported_DynamicAssembly);
44 }
45 }