ReadOnlyDictionary<TKey, TValue>.IDictionary.Add method
Namespace: Microsoft.SharePoint.Taxonomy.Generic
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Private Sub Add ( _
key As Object, _
value As Object _
) Implements IDictionary.Add
'Usage
Dim instance As ReadOnlyDictionary
Dim key As Object
Dim value As Object
CType(instance, IDictionary).Add(key, value)
void IDictionary.Add(
Object key,
Object value
)
Parameters
- key
Type: System.Object
- value
Type: System.Object
Implements
IDictionary.Add(Object, Object)
See also
Reference
ReadOnlyDictionary<TKey, TValue> class