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

◆ GetILAsByteArray()

override byte[] System.Reflection.RuntimeMethodBody.GetILAsByteArray ( )
inlinevirtual

Reimplemented from System.Reflection.MethodBody.

Definition at line 39 of file RuntimeMethodBody.cs.

40 {
41 return _IL;
42 }

References System.Reflection.RuntimeMethodBody._IL.