ActivityCollection.IList.IsFixedSize Egenskap

Definition

Hämtar ett värde som anger om har IList en fast storlek.

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

Egenskapsvärde

trueom har IList en fast storlek, annars . false

Implementeringar

Kommentarer

En samling med en fast storlek tillåter inte tillägg eller borttagning av element när samlingen har skapats, men tillåter ändring av befintliga element.

Gäller för