[Missing <summary> documentation for "M:NHibernate.Util.ArrayHelper.AddOrOverride``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 IDictionary<TKey, TValue> AddOrOverride<TKey, TValue>(
	this IDictionary<TKey, TValue> destination,
	IDictionary<TKey, TValue> sourceOverride
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function AddOrOverride(Of TKey, TValue) ( _
	destination As IDictionary(Of TKey, TValue), _
	sourceOverride As IDictionary(Of TKey, TValue) _
) As IDictionary(Of TKey, TValue)
Visual C++
[ExtensionAttribute]
public:
generic<typename TKey, typename TValue>
static IDictionary<TKey, TValue>^ AddOrOverride(
	IDictionary<TKey, TValue>^ destination, 
	IDictionary<TKey, TValue>^ sourceOverride
)

Parameters

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

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

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

[Missing <param name="sourceOverride"/> documentation for "M:NHibernate.Util.ArrayHelper.AddOrOverride``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.AddOrOverride``2(System.Collections.Generic.IDictionary{``0,``1},System.Collections.Generic.IDictionary{``0,``1})"]

TValue

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

Return Value

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

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDictionary<(Of <(<'TKey, TValue>)>)>. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also