GeneralTransform3DCollection.RemoveAt(Int32) Método

Definición

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)

Parámetros

index
Int32

Posición de índice de base cero donde se va a quitar el objeto.

Implementaciones

Comentarios

RemoveAtse introduce en la versión 3.5 de .NET Framework. Para más información, vea Versiones y dependencias.

Se aplica a

Consulte también