判断CsElement是否是静态字段? (StyleCop自定义规则)
如何查询 CsElement 对象以查看该元素是否为静态字段?
我正在为成员字段和静态字段构建一对 m_ 和 s_ 前缀规则。
How do I query a CsElement object to see if the element is a static field?
I'm building a pair of m_ and s_ prefix rules for member fields and static fields.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您绝对应该看看 StyleCop+。它已包含您尝试创建的所有命名规则。
此外,它是开源的。所以你可以找到很多不同代码分析案例的例子(查找所有静态字段、成员字段等)
You definitely should take a look at StyleCop+. It already contains all naming rules you're trying to create.
Moreover, it's open-source. So you can find there many examples of different code analysis cases (finding all static fields, member fields, etc.)