Dart.PowerTCP.Zip Namespace > Archive Class : RemoveAt Method |
<DescriptionAttribute("To remove an item from the collection at the given index. ")> Public Sub RemoveAt( _ ByVal index As Integer _ )
[Description("To remove an item from the collection at the given index. ")] public void RemoveAt( int index )
[Description("To remove an item from the collection at the given index. ")] public: void RemoveAt( int index )
[Description("To remove an item from the collection at the given index. ")] public: void RemoveAt( int index )
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | index is less than zero.
-or- index is equal to or greater than Count. |
When an item is removed, the elements that follow the removed element move up to occupy the vacated spot.