ListBox.IntegerCollection.IList.RemoveAt(Int32) Metod

Definition

Tar bort objektet vid ett angivet index.

 virtual void System.Collections.IList.RemoveAt(int index) = System::Collections::IList::RemoveAt;
void IList.RemoveAt(int index);
abstract member System.Collections.IList.RemoveAt : int -> unit
override this.System.Collections.IList.RemoveAt : int -> unit
Sub RemoveAt (index As Integer) Implements IList.RemoveAt

Parametrar

index
Int32

Indexet för objektet som ska tas bort.

Implementeringar

Undantag

Alltid kastad.

Kommentarer

Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen ListBox.IntegerCollection skickas till ett IList gränssnitt.

Gäller för