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

 

For a description of this member, see IsReadOnly.

Namespace:   System.Web.Routing
Assembly:  System.Web (in System.Web.dll)

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

Property Value

Type: System::Boolean

true if the dictionary is read-only; otherwise, false.

This member is an explicit interface member implementation. It can be used only when the RouteValueDictionary instance is cast to an ICollection interface.

.NET Framework
Available since 3.5
Return to top
Show: