RouteValueDictionary.ICollection(Of KeyValuePair(Of String, Object)).IsReadOnly Property

 

For a description of this member, see IsReadOnly.

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

Private ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of KeyValuePair(Of String, Object)).IsReadOnly

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: