OrderedDictionary<TKey,TValue>.ValueCollection.IList.IsReadOnly Özellik

Tanım

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

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

Özellik Değeri

IList salt okunur olup olmadığını true; aksi takdirde, false.

Uygulamalar

Açıklamalar

Bu üye açık bir arabirim üyesi uygulamasıdır. Yalnızca <xref:System.Collections.Generic.OrderedDictionary'2.ValueCollection> örneği bir <xref:System.Collections.IList> arabirimine yayınlandığında kullanılabilir.

Şunlara uygulanır