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

◆ GetMethodBody()

override MethodBody System.Reflection.RuntimeConstructorInfo.GetMethodBody ( )
inlinevirtual

Reimplemented from System.Reflection.MethodBase.

Definition at line 374 of file RuntimeConstructorInfo.cs.

375 {
376 RuntimeMethodBody methodBody = RuntimeMethodHandle.GetMethodBody(this, ReflectedTypeInternal);
377 if (methodBody != null)
378 {
379 methodBody._methodBase = this;
380 }
381 return methodBody;
382 }

References System.RuntimeMethodHandle.GetMethodBody(), and System.Reflection.RuntimeConstructorInfo.ReflectedTypeInternal.