Initializes a new instance of the AbstractComponentTuplizer class

Namespace: NHibernate.Tuple.Component
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected internal AbstractComponentTuplizer(
	Component component
)
Visual Basic
Protected Friend Sub New ( _
	component As Component _
)
Visual C++
protected public:
AbstractComponentTuplizer(
	Component^ component
)

Parameters

component
Type: NHibernate.Mapping..::..Component

[Missing <param name="component"/> documentation for "M:NHibernate.Tuple.Component.AbstractComponentTuplizer.#ctor(NHibernate.Mapping.Component)"]

See Also