C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections.Generic
IList(T) Interface
IList(T) Methods
IndexOf Method
Insert Method
RemoveAt Method
IList
T
RemoveAt Method
Removes the
IList
T
item at the specified index.
Namespace:
System.Collections.Generic
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
void
RemoveAt
(
int
index
)
Parameters
index
Type:
System
Int32
The zero-based index of the item to remove.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
index
is not a valid index in the
IList
T
.
NotSupportedException
The
IList
T
is read-only.
See Also
Reference
IList
T
Interface
System.Collections.Generic Namespace