Dictionary<TKey,TValue>.ICollection<KeyValuePair<TKey,TValue>>.IsReadOnly Özellik

Tanım

Sözlüğün salt okunur olup olmadığını gösteren bir değer alır.

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

Özellik Değeri

trueICollection<T> salt okunur ise; değilse, false. varsayılan uygulamasında Dictionary<TKey,TValue>bu özellik her zaman döndürür false.

Uygulamalar

Şunlara uygulanır