RouteValueDictionary.ICollection<KeyValuePair<String,Object>>.IsReadOnly Propriété

Définition

Pour obtenir une description de ce membre, consultez 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

Valeur de propriété

Boolean

true si le dictionnaire est en lecture seule ; sinon, false.

Implémente

S’applique à

Voir aussi