Share via


ReadOnlyDictionary<TKey, TValue>.IDictionary<TKey, TValue>.Add method

Namespace:  Microsoft.SharePoint.Taxonomy.Generic
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
Private Sub Add ( _
    key As TKey, _
    value As TValue _
) Implements IDictionary(Of TKey, TValue).Add
'Usage
Dim instance As ReadOnlyDictionary
Dim key As TKey
Dim value As TValue

CType(instance, IDictionary(Of TKey, TValue)).Add(key, _
    value)
void IDictionary<TKey, TValue>.Add(
    TKey key,
    TValue value
)

Parameters

Implements

IDictionary<TKey, TValue>.Add(TKey, TValue)

See also

Reference

ReadOnlyDictionary<TKey, TValue> class

ReadOnlyDictionary<TKey, TValue> members

Microsoft.SharePoint.Taxonomy.Generic namespace