RouteValueDictionary.ICollection<KeyValuePair<String,Object>>.IsReadOnly Propiedad

Definición

Para obtener una descripción de este miembro, vea IsReadOnly.

property bool System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String,System::Object>>::IsReadOnly { bool get(); };
bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.IsReadOnly { get; }
member this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements ICollection(Of KeyValuePair(Of String, Object)).IsReadOnly

Valor de propiedad

Boolean

Es true si el diccionario es de solo lectura; de lo contrario, es false.

Implementaciones

Se aplica a

Consulte también