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# では、インターフェイスの命名規則はI<myInterfaceName>(例: IList) です。
I<myInterfaceName>
IList
抽象クラスの命名規則はありますか?
そうでない場合、主な推奨事項は何ですか?
通常、接頭辞「I」を持つインターフェースとは異なり、抽象クラスを命名するときに使用される接尾辞/接頭辞はありません。短い正確な方法で、クラスの目的を説明する名前をクラスに付けてください。