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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	chain As IPropertyAccessor() _
)
C#
public ChainedPropertyAccessor(
	IPropertyAccessor[] chain
)
Visual C++
public:
ChainedPropertyAccessor(
	array<IPropertyAccessor^>^ chain
)
JavaScript
NHibernate.Property.ChainedPropertyAccessor = function(chain);

Parameters

chain
Type: array< NHibernate.Property..::.IPropertyAccessor >[]()[]

See Also