2010-02-03 30 views

回答

8

您需要convention,其中有一些shortcuts用於常見場景。具體來說,有一個DefaultAccess快捷方式,其中有一個CamelCaseField(prefix)方法。

.Conventions.Add(
    DefaultAccess.CamelCaseField(CamelCasePrefix.Underscore) 
); 
+0

謝謝! (15個字符) – 2010-02-03 16:12:37

相關問題