Namespaces

Types

Type IOptimizableSetter

Namespace NHibernate.Property

Methods

Public instance methods

void Emit(ILGenerator il)

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.
Parameters
ILGenerator il