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.
如果可能,希望在全球范围内设置此约定。
您需要一个约定,其中有一些常见场景的快捷方式。具体来说,有一个DefaultAccess捷径,有一个CamelCaseField(prefix)方法。
DefaultAccess
CamelCaseField(prefix)
.Conventions.Add( DefaultAccess.CamelCaseField(CamelCasePrefix.Underscore) );