IDictionary(String, Object).Item Property

ExpandoObject.IDictionary<String, Object>.Item Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the element that has the specified key.

Namespace:  System.Dynamic
Assembly:  System.Core (in System.Core.dll)

Object IDictionary<string, Object>.this[
	string key
] { get; set; }

Parameters

key
Type: System.String
The key of the element to get or set.

Property Value

Type: System.Object
The element that has the specified key.

Implements

IDictionary<TKey, TValue>.Item[TKey]

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft