Emits an ldc.i4 opcode using the fastest available opcode choice.

Namespace:  NHibernate.Bytecode
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Shared Sub EmitFastInt ( _
	il As ILGenerator, _
	value As Integer _
)
C#
public static void EmitFastInt(
	ILGenerator il,
	int value
)
Visual C++
public:
static void EmitFastInt(
	ILGenerator^ il, 
	int value
)
JavaScript
NHibernate.Bytecode.EmitUtil.emitFastInt = function(il, value);

See Also