ProtocolCollection.RemoveAt(Int32) Metoda

Definice

Odebere ProtocolElement objekt v zadaném umístění indexu.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Parametry

index
Int32

Umístění indexu elementu, který chcete odebrat.

Poznámky

RemoveAt je zaveden v rozhraní .NET Framework 3.5. Další informace naleznete v tématu Verze a závislosti.

Platí pro