GeneralTransform3DCollection.RemoveAt(Int32) Method

Definition

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)

Parameters

index
Int32

The zero-based index position to remove the object.

Implements

Remarks

RemoveAt is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to

See also