Sdílet prostřednictvím


OrderedDictionary<TKey,TValue>.IList.IsReadOnly Vlastnost

Definice

Získá hodnotu určující, zda IList je jen pro čtení.

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

Hodnota vlastnosti

true, pokud je IList jen pro čtení; jinak false.

Implementuje

Poznámky

Tento člen je explicitní implementace člena rozhraní. Lze jej použít pouze v případě, že <xref:System.Collections.Generic.OrderedDictionary'2> instance je přetypována na <xref:System.Collections.IList> rozhraní.

Platí pro