An ISetter that can emit IL to set the property value.

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

Syntax

Visual Basic (Declaration)
Public Interface IOptimizableSetter
C#
public interface IOptimizableSetter
Visual C++
public interface class IOptimizableSetter
JavaScript
NHibernate.Property.IOptimizableSetter = function();
NHibernate.Property.IOptimizableSetter.createInterface('NHibernate.Property.IOptimizableSetter');

See Also