ICollection(KeyValuePair(String, Object)).IsReadOnly Property

ExpandoObject.ICollection<KeyValuePair<String, Object>>.IsReadOnly Property

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

Gets a value indicating whether the ICollection<T> is read-only.

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

bool ICollection<KeyValuePair<string, Object>>.IsReadOnly { get; }

Property Value

Type: System.Boolean
true if the ICollection<T> is read-only; otherwise, false.

Implements

ICollection<T>.IsReadOnly

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft