ExpandoObject Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
| Name | Description | |
|---|---|---|
|
ICollection<KeyValuePair<String, Object>>.Count | Gets the number of elements in the ICollection<T>. |
|
ICollection<KeyValuePair<String, Object>>.IsReadOnly | Gets a value indicating whether the ICollection<T> is read-only. |
|
IDictionary<String, Object>.Item | Gets or sets the element that has the specified key. |
|
IDictionary<String, Object>.Keys | Gets an ICollection<T> that contains the keys of the IDictionary<TKey, TValue>. |
|
IDictionary<String, Object>.Values | Gets an ICollection<T> that contains the values in the IDictionary<TKey, TValue>. |
Show: