[Missing <summary> documentation for "M:NHibernate.Util.ArrayHelper.ToArray(System.Collections.ICollection,System.Type)"]

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

Syntax

C#
public static Array ToArray(
	ICollection coll,
	Type elementType
)
Visual Basic
Public Shared Function ToArray ( _
	coll As ICollection, _
	elementType As Type _
) As Array
Visual C++
public:
static Array^ ToArray(
	ICollection^ coll, 
	Type^ elementType
)

Parameters

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

[Missing <param name="coll"/> documentation for "M:NHibernate.Util.ArrayHelper.ToArray(System.Collections.ICollection,System.Type)"]

elementType
Type: System..::..Type

[Missing <param name="elementType"/> documentation for "M:NHibernate.Util.ArrayHelper.ToArray(System.Collections.ICollection,System.Type)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Util.ArrayHelper.ToArray(System.Collections.ICollection,System.Type)"]

See Also