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

◆ GetModuleHandleImpl()

override ModuleHandle System.Reflection.Emit.ModuleBuilder.GetModuleHandleImpl ( )
inlineprotectedvirtual

Reimplemented from System.Reflection.Module.

Definition at line 257 of file ModuleBuilder.cs.

258 {
259 return new ModuleHandle(InternalModule);
260 }
InternalModuleBuilder InternalModule
ModuleHandle ModuleHandle
Definition Module.cs:64

References System.Reflection.Emit.ModuleBuilder.InternalModule, and System.Reflection.Module.ModuleHandle.