Removes the item at the specified position from the collection.
Namespace:
C1.Data.DataSourceAssembly: C1.Silverlight.Data.Entity (in C1.Silverlight.Data.Entity.dll)
Syntax
C# |
---|
public void RemoveAt( int index ) |
Visual Basic |
---|
Public Sub RemoveAt ( _ index As Integer _ ) |
Parameters
- index
- Type: System..::..Int32
The position of the item to remove.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | index is less than 0 or greater than the number of items in the collection view. |