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.
简短的问题:VB.NET 运算符 AddressOf 在任何情况下都可以返回 Nothing 吗?
并非如此,您总是必须在 AddressOf 语句中提供有效方法的引用,否则您将遇到编译器错误。