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

Definitie

Zie voor een beschrijving van dit lid 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

Waarde van eigenschap

true als de woordenlijst het kenmerk Alleen-lezen heeft; anders, false.

Implementeringen

Van toepassing op

Zie ook