Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我现在正在处理的代码库有很多 ye oldeArrayLists和Hashtables. 是否可以从调试器中找出其中一个成员项的类型?
ArrayLists
Hashtables
使用即时窗口或添加手表。例如:
list[0].GetType()