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.
Assembly: System.Core (in System.Core.dll)
Parameters
- key
- Type: System.String
The key of the element to get or set.
Implements
IDictionary<TKey, TValue>.Item[TKey]
Show: