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.
由于紧凑框架不支持IsNested,我可以用什么来代替它?
好的,使用反射器找到它,看起来像这样:
bool is_nested = (array_type.DeclaringType != null);