OrderedDictionary<TKey,TValue>.KeyCollection.IList.IsFixedSize Propriété

Définition

Obtient une valeur indiquant si le IList a une taille fixe.

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

Valeur de propriété

true si le IList a une taille fixe ; sinon, false.

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Il ne peut être utilisé que lorsque l’instance <xref :System.Collections.Generic.OrderedDictionary'2.KeyCollection> est convertie en interface <xref :System.Collections.IList>.

S’applique à