Hey. I am calling MultiLineTrace which returns many objects. I want to keep references in an array of references of only certain objects.
And this is how I can:
- Check .HasTag ()
- Check parent class .IsChildOf ()
- Check interface .ImplementsInterface ()
But which function is the fastest?