ReadOnlyDictionary<TKey,TValue>.ValueCollection.ICollection<TValue>.IsReadOnly Właściwość

Definicja

Pobiera wartość wskazującą, czy kolekcja jest tylko do odczytu.

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

Wartość właściwości

Wartość true w każdym przypadku.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy ReadOnlyDictionary<TKey,TValue>.ValueCollection wystąpienie jest rzutowanie do interfejsu ICollection<T> .

Dotyczy