[Missing <summary> documentation for "M:NHibernate.Util.ArrayHelper.AddAll``2(System.Collections.Generic.IDictionary{``0,``1},System.Collections.Generic.IDictionary{``0,``1})"]

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

Syntax

C#
public static void AddAll<TKey, TValue>(
	IDictionary<TKey, TValue> to,
	IDictionary<TKey, TValue> from
)
Visual Basic
Public Shared Sub AddAll(Of TKey, TValue) ( _
	to As IDictionary(Of TKey, TValue), _
	from As IDictionary(Of TKey, TValue) _
)
Visual C++
public:
generic<typename TKey, typename TValue>
static void AddAll(
	IDictionary<TKey, TValue>^ to, 
	IDictionary<TKey, TValue>^ from
)

Parameters

to
Type: System.Collections.Generic..::..IDictionary<(Of <(<'TKey, TValue>)>)>

[Missing <param name="to"/> documentation for "M:NHibernate.Util.ArrayHelper.AddAll``2(System.Collections.Generic.IDictionary{``0,``1},System.Collections.Generic.IDictionary{``0,``1})"]

from
Type: System.Collections.Generic..::..IDictionary<(Of <(<'TKey, TValue>)>)>

[Missing <param name="from"/> documentation for "M:NHibernate.Util.ArrayHelper.AddAll``2(System.Collections.Generic.IDictionary{``0,``1},System.Collections.Generic.IDictionary{``0,``1})"]

Type Parameters

TKey

[Missing <typeparam name="TKey"/> documentation for "M:NHibernate.Util.ArrayHelper.AddAll``2(System.Collections.Generic.IDictionary{``0,``1},System.Collections.Generic.IDictionary{``0,``1})"]

TValue

[Missing <typeparam name="TValue"/> documentation for "M:NHibernate.Util.ArrayHelper.AddAll``2(System.Collections.Generic.IDictionary{``0,``1},System.Collections.Generic.IDictionary{``0,``1})"]

See Also