There is no such method. The manual recommends using "reflection," which I will probably also need help with.
More importantly, I cannot get the reference to those objects out of the ArrayList. It is a System.Collections.ArrayList. I should be able to run methods on that such as Contains, BinarySearch, and Clone, but if I attach a property node or invoke node to the ArrayList output of another method it doesn't have any options. Also, I cannot construct an ArrayList; System.Collections isn't a choice.
Thank you.