ReadOnlyDictionary<TKey,TValue>.KeyCollection.ICollection<TKey>.IsReadOnly Vlastnost

Definice

Získá hodnotu, která označuje, zda slovník je jen pro čtení.

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

Hodnota vlastnosti

Hodnota true ve všech případech

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že ReadOnlyDictionary<TKey,TValue> je instance přetypovaná na ICollection<T> rozhraní.

Platí pro