This documentation is archived and is not being maintained.
ExpandoObject Properties
Visual Studio 2010
| 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: