C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections.ObjectModel
Collection(T) Class
Collection(T) Methods
Add Method
Clear Method
ClearItems Method
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
Insert Method
InsertItem Method
Remove Method
RemoveAt Method
RemoveItem Method
SetItem Method
Collection
T
RemoveItem Method
Removes the element at the specified index of the
Collection
T
.
Namespace:
System.Collections.ObjectModel
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
protected
virtual
void
RemoveItem
(
int
index
)
Parameters
index
Type:
System
Int32
The zero-based index of the element to remove.
Exceptions
Exception
Condition
ArgumentOutOfRangeException
index
is less than zero.-or-
index
is equal to or greater than
Count
.
See Also
Reference
Collection
T
Class
System.Collections.ObjectModel Namespace