ImageGear for .NET
RemoveAt Method (ImGearXMPArray<T>)




The zero-based index of the element to remove.
Removes the element at the specified index of the ImGearXMPArray<T>.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ImGearXMPArray(Of T)
Dim index As Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   int index
)
public: void RemoveAt( 
   int index
) 
public:
void RemoveAt( 
   int index
) 

Parameters

index
The zero-based index of the element to remove.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException

index is less than 0.

-or-

index is greater than Count.

See Also

Reference

ImGearXMPArray<T> Class
ImGearXMPArray<T> Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback