ExpandoObject Properties

ExpandoObject Properties

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

  NameDescription
Explicit interface implemetation Private property ICollection<KeyValuePair<String, Object>>.Count Gets the number of elements in the ICollection<T>.
Explicit interface implemetation Private property ICollection<KeyValuePair<String, Object>>.IsReadOnly Gets a value indicating whether the ICollection<T> is read-only.
Explicit interface implemetation Private property IDictionary<String, Object>.Item Gets or sets the element that has the specified key.
Explicit interface implemetation Private property IDictionary<String, Object>.Keys Gets an ICollection<T> that contains the keys of the IDictionary<TKey, TValue>.
Explicit interface implemetation Private property IDictionary<String, Object>.Values Gets an ICollection<T> that contains the values in the IDictionary<TKey, TValue>.
Top

Show:
© 2017 Microsoft