An IGetter that can emit IL to get the property value.

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

Syntax

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

See Also