TempDataDictionary::ICollection<KeyValuePair<String, Object>>::IsReadOnly Property
Gets a value that indicates whether the dictionary is read-only.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
private: virtual property bool IsReadOnly { bool get () sealed = ICollection<KeyValuePair<String^, Object^>>::IsReadOnly::get; }
Implements
ICollection<T>::IsReadOnly
Show: