ReadOnlyDictionary<TKey,TValue>.IDictionary.IsReadOnly Egenskap

Definition

Hämtar ett värde som anger om ordlistan är skrivskyddad.

property bool System::Collections::IDictionary::IsReadOnly { bool get(); };
bool System.Collections.IDictionary.IsReadOnly { get; }
member this.System.Collections.IDictionary.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements IDictionary.IsReadOnly

Egenskapsvärde

true i samtliga fall.

Implementeringar

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen ReadOnlyDictionary<TKey,TValue> skickas till ett IDictionary gränssnitt.

Gäller för