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.
正如标题所说,在任何情况下或使用特定代码模式时,c# 或 vb.net 是否会为程序集生成模块构造函数?
编辑:要清楚,我不是在寻找添加/使用模块构造函数的方法。我只想知道如果使用了某些特定的代码模式,编译器是否会生成/输出模块构造函数,也许是作为实现某些特定语言功能等的一种方式。
每
http://einaregilsson.com/module-initializers-in-csharp/
答案是不。” 他接着描述了一个他关心的用例,以及他如何通过使用 Mono 来解决这个限制。