Initializes a new instance of the IndexPropertyAccessor..::..IndexGetter class

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

Syntax

C#
public IndexGetter(
	IndexPropertyAccessor encloser
)
Visual Basic
Public Sub New ( _
	encloser As IndexPropertyAccessor _
)
Visual C++
public:
IndexGetter(
	IndexPropertyAccessor^ encloser
)

Parameters

encloser
Type: NHibernate.Properties..::..IndexPropertyAccessor

[Missing <param name="encloser"/> documentation for "M:NHibernate.Properties.IndexPropertyAccessor.IndexGetter.#ctor(NHibernate.Properties.IndexPropertyAccessor)"]

See Also