Edit

Share via


DeviceFilterElementCollection.RemoveAt(Int32) Method

Definition

Removes an item from the collection at the specified index. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & 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)

Parameters

index
Int32

The index of the item to be removed.

Applies to

See also