List<Object>.RemoveAt(Variable) Method

Top 

Description

Remove the object at the specific index.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

List<Object>.RemoveAt(

Variable index)

 

 

Arguments

index


Description:

The index of the object in this list to remove

Valid Range:

index ≥ 0

 

 

 

Syntax

myList<Object>1.RemoveAt(myVariable1);

 

 

See also

List<Object> Object

Lists Guide