EntitySet<TEntity>.RemoveAt(Int32) Metodo

Definizione

Rimuove un'entità in corrispondenza di un indice specificato.

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

Parametri

index
Int32

Indice dell'entità da rimuovere.

Implementazioni

Si applica a