Closed Desz01ate closed 3 years ago
Hello, thanks for cvontributing.
I would prefer a method that just returns an IEnumerable<Device>
which you could use Where()
on after. Would that be good enough for your use case?
After taking a second look at GetAllControllerData
signature I agree with you, I will submit only non-predicate version of EnumerateControllerData
.
It was easier to add it on my own than fixing the conflict. Thanks for contributing!
I have some use case that I want to filter out just some of the device type, instead of get all the controller device
EnumerateControllerData
is more compact than theGetAllControllerData
in many way.