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

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

Syntax

C#
public static void AddAll(
	IList to,
	IList from
)
Visual Basic
Public Shared Sub AddAll ( _
	to As IList, _
	from As IList _
)
Visual C++
public:
static void AddAll(
	IList^ to, 
	IList^ from
)

Parameters

to
Type: System.Collections..::..IList

[Missing <param name="to"/> documentation for "M:NHibernate.Util.ArrayHelper.AddAll(System.Collections.IList,System.Collections.IList)"]

from
Type: System.Collections..::..IList

[Missing <param name="from"/> documentation for "M:NHibernate.Util.ArrayHelper.AddAll(System.Collections.IList,System.Collections.IList)"]

See Also