Emit IL to get the property value from the object on top of the stack.

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

Syntax

Visual Basic (Declaration)
Sub Emit ( _
	il As ILGenerator _
)
C#
void Emit(
	ILGenerator il
)
Visual C++
void Emit(
	ILGenerator^ il
)
JavaScript
function emit(il);

See Also