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.
什么时候为属性设置器制作方法包装器是个好主意?
示例:Show 和 Hide 分别只是 Visible = True 和 Visible = False 的包装器。
如果方法名称能更好地传达正在执行的操作的意图,那么这样做是个好主意。