ListSortDescriptionCollection.IList.IsFixedSize Özellik

Tanım

Koleksiyonun sabit bir boyuta sahip olup olmadığını gösteren bir değer alır.

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

Özellik Değeri

Her durumda true.

Uygulamalar

Açıklamalar

Koleksiyon bir kez oluşturulduğunda salt okunur olur ve bu nedenle her zaman sabit bir boyuta sahip olur.

Şunlara uygulanır