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

Syntax

Visual Basic (Declaration)
Public Shared Sub AddAll ( _
	to As IList, _
	from As IList _
)
C#
public static void AddAll(
	IList to,
	IList from
)
Visual C++
public:
static void AddAll(
	IList^ to, 
	IList^ from
)
JavaScript
NHibernate.Util.ArrayHelper.addAll = function(to, from);

See Also