'Usage Dim instance As ImGearXMPArray(Of T) Dim item As T Dim value As Boolean value = instance.Remove(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>.