List not returning all matching elements
hey, I have this method
and i call it like this:
for some reason it only returns one element matching that type but it should return two
4 Replies
hmm, it acutally seems to return 2 elements correctly
but the foreach loop fails
this is only called once
What does "fails" mean? Throws an exception?