Collection.IList.IsReadOnly Özellik

Tanım

Nesnenin Collection 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 IListIsReadOnly As Boolean Implements IList.IsReadOnly

Özellik Değeri

trueCollection nesne salt okunursa; değilse, false.

Şunlara uygulanır