Collection.IList.IsFixedSize Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Collection-Objekt eine feste Größe hat.

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

Eigenschaftswert

true, wenn das Collection-Objekt eine feste Größe hat, andernfalls false.

Gilt für: