jiller / agentsmithplugin

Automatically exported from code.google.com/p/agentsmithplugin
0 stars 0 forks source link

Needs a way to separate between implicit and explicit interface implementations #147

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
An interface can be explicitly specified and, in that case, the 
implementation can be private like:
void MyInterface.MyMember
In that case the Agent Smith code naming conventions would warn that the 
private properties and methods should start with a lowercase letter (these 
are my settings). I could find no way of differentiating between normal 
private methods and the explicit interface implementation.

Original issue reported on code.google.com by sideritezaqwedcxs@gmail.com on 28 Sep 2009 at 2:21