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

Syntax

Visual Basic (Declaration)
Public Shared Function ToArray ( _
	coll As ICollection, _
	elementType As Type _
) As Array
C#
public static Array ToArray(
	ICollection coll,
	Type elementType
)
Visual C++
public:
static Array^ ToArray(
	ICollection^ coll, 
	Type^ elementType
)
JavaScript
NHibernate.Util.ArrayHelper.toArray = function(coll, elementType);

Parameters

coll
Type: System.Collections..::.ICollection
elementType
Type: System..::.Type

See Also