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

Syntax

Visual Basic (Declaration)
Public Shared Function GetLoadedElementsCollection ( _
	collectionType As CollectionType, _
	collection As Object _
) As ICollection
C#
public static ICollection GetLoadedElementsCollection(
	CollectionType collectionType,
	Object collection
)
Visual C++
public:
static ICollection^ GetLoadedElementsCollection(
	CollectionType^ collectionType, 
	Object^ collection
)
JavaScript
NHibernate.Engine.Cascades.getLoadedElementsCollection = function(collectionType, collection);

Parameters

collectionType
Type: NHibernate.Type..::.CollectionType
collection
Type: System..::.Object

See Also