FreezableCollection<T>.IList.IsFixedSize Eigenschaft

Definition

Eine Beschreibung dieses Elements finden Sie unter IsFixedSize.

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

Eigenschaftswert

Boolean

Ist true, wenn die FreezableCollection<T> eine feste Größe aufweist, andernfalls false.

Implementiert

Hinweise

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die FreezableCollection<T>-Instanz in eine IList-Schnittstelle umgewandelt wird.

Gilt für