'Usage Dim instance As NativeObjectArray(Of T,TParentType) Dim item As T Dim value As Boolean value = instance.Remove(item)
Parameters
- item
- The item to remove.
Return Value
Whether the removal was successful.
true if item was successfully removed from the list; otherwise, false.