ExpandoObject.ICollection<(Of <(KeyValuePair<(Of <(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<(Of <(T>)>) is read-only.

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

Syntax

Private ReadOnly Property IsReadOnly As Boolean
    Implements ICollection(Of KeyValuePair(Of String, Object)).IsReadOnly
bool ICollection<KeyValuePair<string, Object>>.IsReadOnly { get; }

Property Value

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

Implements

ICollection<(Of <(T>)>)..::.IsReadOnly

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

ExpandoObject Class

System.Dynamic Namespace