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.
私の前の質問に関連しています。コンパイル時にサブスクリプションをブロックする方法はありますか? インターフェイスでは公開されているにもかかわらず、実装者ではイベントの「追加」を「非公開」としてマークするようなものです。
コンパイル マクロを定義し、#if タグをラップすることができます。
#if DEBUG // do something only when we are launching Debug configuration #endif #if MYMACRO // do something only when this macro is defined #endif