iframe >
Xamarin.Android Documentation
RemoveAt Method (C1CollectionViewBase<T>)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
C1.CollectionView Assembly
>
C1.CollectionView Namespace
>
C1CollectionViewBase<T> Class
: RemoveAt Method
The zero-based index of the item to remove.
Removes the
IList
item at the specified index.
Syntax
C#
public
void
RemoveAt(
int
index
)
Parameters
index
The zero-based index of the item to remove.
See Also
Reference
C1CollectionViewBase<T> Class
C1CollectionViewBase<T> Members
Send Feedback