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# 中的闭包非常棒,而且富有表现力而且很棒。除非它们不是(特别是当您不打算关闭一个值时)。是否有任何技巧(编程或 IDE)来确定变量何时被关闭?
是否有任何技巧(编程或 IDE)来确定变量何时被关闭?
某些工具(例如 Resharper)会在以特定方式关闭变量时提供警告,以防止某些错误。