PrincipalValueCollection<T>.IList.RemoveAt(Int32) Méthode
Définition
Supprime l’objet de la collection à l'index spécifié.Removes the object at the specified index from the collection.
virtual void System.Collections.IList.RemoveAt(int index) = System::Collections::IList::RemoveAt;
[System.Security.SecurityCritical]
void IList.RemoveAt (int index);
Sub RemoveAt (index As Integer) Implements IList.RemoveAt
Paramètres
- index
- Int32
Index de l’objet à supprimer de la collection.The index of the object to be removed from the collection.
Implémente
- Attributs