[Missing <summary> documentation for "M:NHibernate.Properties.BackrefPropertyAccessor.GetGetter(System.Type,System.String)"]

Namespace: NHibernate.Properties
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public IGetter GetGetter(
	Type theClass,
	string propertyName
)
Visual Basic
Public Function GetGetter ( _
	theClass As Type, _
	propertyName As String _
) As IGetter
Visual C++
public:
virtual IGetter^ GetGetter(
	Type^ theClass, 
	String^ propertyName
) sealed

Parameters

theClass
Type: System..::..Type

[Missing <param name="theClass"/> documentation for "M:NHibernate.Properties.BackrefPropertyAccessor.GetGetter(System.Type,System.String)"]

propertyName
Type: System..::..String

[Missing <param name="propertyName"/> documentation for "M:NHibernate.Properties.BackrefPropertyAccessor.GetGetter(System.Type,System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Properties.BackrefPropertyAccessor.GetGetter(System.Type,System.String)"]

Implements

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

See Also