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
- key
Type: System.Object
Property value
Type: System.Object
Implements
See also
Reference
ReadOnlyDictionary<TKey, TValue> class