Share via


ReadOnlyDictionary<TKey, TValue>.IDictionary.Item property

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

Syntax

'Declaration
Private Property Item ( _
    key As Object _
) As Object Implements IDictionary.Item
    Get
    Set
'Usage
Dim instance As ReadOnlyDictionary
Dim key As Object
Dim value As Object

value = CType(instance, IDictionary).Item(key)

CType(instance, IDictionary).Item(key) = value
ObjectIDictionary.this[
    Object key
] { get; set; }

Parameters

Property value

Type: System.Object

Implements

IDictionary.Item[Object]

See also

Reference

ReadOnlyDictionary<TKey, TValue> class

ReadOnlyDictionary<TKey, TValue> members

Microsoft.SharePoint.Taxonomy.Generic namespace