System.Windows.Forms.FormCollection.RemoveAt C# (CSharp) Méthode

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void
        public void RemoveAt(int index)
        {
            items.RemoveAt(index);
        }