PowerTCP Zip Compression for .NET
RemoveAt Method




The zero-based index of the element to remove.
Removes an element at the specified index from the collection.
Syntax
<DescriptionAttribute("To remove an item from the collection at the given index. ")>
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
Dim instance As Archive
Dim index As Integer
 
instance.RemoveAt(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
) 
[Description("To remove an item from the collection at the given index. ")]
public:
void RemoveAt( 
   int index
) 

Parameters

index
The zero-based index of the element to remove.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionindex is less than zero.

-or-

index is equal to or greater than Count.

Remarks

When an item is removed, the elements that follow the removed element move up to occupy the vacated spot.

See Also

Reference

Archive Class
Archive Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic