TempDataDictionary.ICollection(Of KeyValuePair(Of 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)
'Declaration Private ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of KeyValuePair(Of String, Object)).IsReadOnly Get 'Usage Dim instance As TempDataDictionary Dim value As Boolean value = CType(instance, ICollection(Of KeyValuePair(Of String, Object))).IsReadOnly
Implements
ICollection(Of T).IsReadOnly
Show: