RouteValueDictionary.ICollection<KeyValuePair<String,Object>>.IsReadOnly Proprietà

Definizione

Per una descrizione di questo membro, vedere 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

Valore della proprietà

Boolean

true se il dizionario è di sola lettura; in caso contrario, false.

Implementazioni

Si applica a

Vedi anche