SynchronizedReadOnlyCollection<T>.ICollection<T>.IsReadOnly Vlastnost

Definice

Tato vlastnost se vždy vrátí true , protože kolekce je jen pro čtení.

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

Hodnota vlastnosti

Tato vlastnost se vždy vrátí true , protože kolekce je jen pro čtení.

Implementuje

Platí pro