Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Emit()
static void System.Linq.Expressions.Compiler.ILGen.Emit
(
this
ILGenerator
il
,
OpCode
opcode
,
MethodBase
methodBase
)
inline
static
package
Definition at line
16
of file
ILGen.cs
.
17
{
18
if
(methodBase is
ConstructorInfo
con)
19
{
20
il.Emit(opcode, con);
21
}
22
else
23
{
24
il.Emit(opcode, (
MethodInfo
)methodBase);
25
}
26
}
System.Reflection.ConstructorInfo
Definition
ConstructorInfo.cs:8
System.Reflection.MethodInfo
Definition
MethodInfo.cs:7
References
System.Reflection.Emit.ILGenerator.Emit()
.
System
Linq
Expressions
Compiler
ILGen
Generated by
1.10.0