Browse by Tags
All Tags » parameters » property
-
I have a problem with my Visual Studio 2010 builds emitting warnings for all of the undocumented public methods in Service References I have in my solution (I have many).
I expressly purchased GhostDoc Pro to put comments on all of the web services automatically.
What is the proper/quick way to do that? Also, does ...
-
Hi
all,
I've introduced my own rules to extend the xml output of properties, methods, fields, etc.
As mentioned in the subject, the processor stops processing, if it hits on
a List<T> type.
Take this short code snippet as an example:
public List<string>
TestMethod(List<string> test)
{
...
|
|