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.
パブリックアクセサのみにコメントするように GhostDoc を設定するにはどうすればよいですか? 「ルール」構成を見てきましたが、アクセサ タイプを示す情報/変数は見当たりませんでした。
if (Context.CurrentCodeElement.IsPrivate) { throw new ArgumentException(); }
http://community.submain.com/forums/thread/2993.aspxから