ObjectListFieldCollection.RemoveAt(Int32) Metoda

Definicja

Usuwa element pod określonym indeksem. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).

public:
 void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)

Parametry

index
Int32

Numer indeksu elementu do usunięcia.

Dotyczy

Zobacz też