I need to have rule for comment all public methods/classes/properties etc. I can`t found any standard rule for my requirements. How can I do it?
I created an interface in a file, then a class that implements the interface in another file. If i add a property to the implementation class, is it possible to pass that method signature down to the ...