Find the last a UsbRegistry device that matches the FindUsbPredicate.

C# | Visual Basic | Visual C++ |
public UsbRegistry FindLast( Predicate<UsbRegistry> findUsbPredicate )
Public Function FindLast ( _ findUsbPredicate As Predicate(Of UsbRegistry) _ ) As UsbRegistry
public: UsbRegistry^ FindLast( Predicate<UsbRegistry^>^ findUsbPredicate )

- findUsbPredicate (Predicate<(Of <(<'UsbRegistry>)>)>)
- The predicate function to use.

A valid usb registry class if the device was found or Null if the device was not found.