Collection.IList.IsFixedSize Eigenschap

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of het Collection object een vaste grootte heeft.

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

Waarde van eigenschap

trueals het Collection object een vaste grootte heeft; anders. false

Van toepassing op