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.
可能であれば、この規則をグローバルに設定したいと考えています。
一般的なシナリオのショートカットがいくつかある規則が必要です。具体的には、メソッドを使用したショートカットがあります。DefaultAccessCamelCaseField(prefix)
DefaultAccess
CamelCaseField(prefix)
.Conventions.Add( DefaultAccess.CamelCaseField(CamelCasePrefix.Underscore) );