Namespace:
NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetGetter ( _ clazz As Type _ ) As IGetter |
C# |
---|
public IGetter GetGetter( Type clazz ) |
Visual C++ |
---|
public: IGetter^ GetGetter( Type^ clazz ) |
JavaScript |
---|
function getGetter(clazz); |
Parameters
- clazz
- Type: System..::.Type