Emit IL to set the property of an object to the value. The object
is loaded onto the stack first, then the value, then this method
is called.
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); |