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.PropertiesAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
void Emit( ILGenerator il ) |
Visual Basic |
---|
Sub Emit ( _ il As ILGenerator _ ) |
Visual C++ |
---|
void Emit( ILGenerator^ il ) |
Parameters
- il
- Type: System.Reflection.Emit..::..ILGenerator
[Missing <param name="il"/> documentation for "M:NHibernate.Properties.IOptimizableSetter.Emit(System.Reflection.Emit.ILGenerator)"]