ImageGear .NET - Updated
Remove Method (ImGearXMPArray<T>)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPArray<T> Class : Remove Method
The object to remove from the ImGearXMPArray<T>.
Removes the first occurrence of a specific object from the ImGearXMPArray<T>.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal item As T _
) As Boolean
'Usage
 
Dim instance As ImGearXMPArray(Of T)
Dim item As T
Dim value As Boolean
 
value = instance.Remove(item)
public bool Remove( 
   T item
)
public: bool Remove( 
   T* item
) 
public:
bool Remove( 
   T^ item
) 

Parameters

item
The object to remove from the ImGearXMPArray<T>.

Return Value

If item was successfully removed, returns true, otherwise - false. This method also returns false if item was not found in the ImGearXMPArray<T>.
See Also

Reference

ImGearXMPArray<T> Class
ImGearXMPArray<T> Members