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

Syntax

Visual Basic (Declaration)
Public Shared Function CustomCollection ( _
	typeName As String, _
	role As String, _
	referencedPropertyName As String _
) As CollectionType
C#
public static CollectionType CustomCollection(
	string typeName,
	string role,
	string referencedPropertyName
)
Visual C++
public:
static CollectionType^ CustomCollection(
	String^ typeName, 
	String^ role, 
	String^ referencedPropertyName
)
JavaScript
NHibernate.Type.TypeFactory.customCollection = function(typeName, role, referencedPropertyName);

Parameters

typeName
Type: System..::.String
role
Type: System..::.String
referencedPropertyName
Type: System..::.String

See Also