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 の単なるラッパーです。
メソッド名が実行中の操作の意図をよりよく伝えている場合は、これを行うことをお勧めします。