C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections.Generic
List(T) Class
List(T) Methods
Add Method
AddRange Method
AsReadOnly Method
BinarySearch Method
Clear Method
Contains Method
ConvertAll(TOutput) Method
CopyTo Method
Exists Method
Find Method
FindAll Method
FindIndex Method
ForEach Method
GetEnumerator Method
IndexOf Method
Insert Method
InsertRange Method
Remove Method
RemoveAll Method
RemoveAt Method
RemoveRange Method
Reverse Method
Sort Method
ToArray Method
TrueForAll Method
List
T
RemoveAt Method
Removes the element at the specified index of the
List
T
.
Namespace:
System.Collections.Generic
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
void
RemoveAt
(
int
index
)
Parameters
index
Type:
System
Int32
The zero-based index of the element to remove.
Implements
IList
T
RemoveAt(Int32)
Exceptions
Exception
Condition
ArgumentOutOfRangeException
index
is less than 0.-or-
index
is equal to or greater than
Count
.
See Also
Reference
List
T
Class
System.Collections.Generic Namespace