Emit IL to get the property value from the object on top of the stack.
Namespace:
NHibernate.PropertyAssembly: 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); |