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

Syntax

Visual Basic (Declaration)
Protected Sub AddComponentTypedValues ( _
	path As String, _
	component As Object, _
	type As IAbstractComponentType, _
	list As IList _
)
C#
protected void AddComponentTypedValues(
	string path,
	Object component,
	IAbstractComponentType type,
	IList list
)
Visual C++
protected:
void AddComponentTypedValues(
	String^ path, 
	Object^ component, 
	IAbstractComponentType^ type, 
	IList^ list
)
JavaScript
function addComponentTypedValues(path, component, type, list);

See Also