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

Syntax

Visual Basic (Declaration)
Public Function GetSetter ( _
	theClass As Type, _
	propertyName As String _
) As ISetter
C#
public ISetter GetSetter(
	Type theClass,
	string propertyName
)
Visual C++
public:
virtual ISetter^ GetSetter(
	Type^ theClass, 
	String^ propertyName
) sealed
JavaScript
function getSetter(theClass, propertyName);

Parameters

theClass
Type: System..::.Type
propertyName
Type: System..::.String

Implements

IPropertyAccessor..::.GetSetter(Type, String)

See Also