summaryM:DotNetNuke.Collections.Internal.SharedDictionary`2.Add(System.Collections.Generic.KeyValuePair{`0,`1})

Namespace: DotNetNuke.Collections.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void Add(
	KeyValuePair<TKey, TValue> item
)
Visual Basic
Public Sub Add ( 
	item As KeyValuePair(Of TKey, TValue)
)

Parameters

item
Type: System.Collections.Generic..::..KeyValuePair<(Of <(<'TKey, TValue>)>)>
paramitemM:DotNetNuke.Collections.Internal.SharedDictionary`2.Add(System.Collections.Generic.KeyValuePair{`0,`1})

Implements

ICollection<(Of <(<'T>)>)>..::..Add(T)

See Also