ExpandoObject::ICollection<KeyValuePair<String^, Object^>>::IsReadOnly Property

 

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

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

private:
property bool IsReadOnly {
	virtual bool get() sealed = ICollection<KeyValuePair<String^, Object^>>::IsReadOnly::get;
}

Property Value

Type: System::Boolean

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

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show: