Browse by Tags
All Tags » C# » parameter
-
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)
{
...
-
I think this bug is still not fixed. I uninstalled my previous version and installed this latest 3.0.10340 version. I'm running VS 2008 SP1 on Windows7 x64.
Notice that the "currentString" param is present in the doc comments. /// <summary> /// Chops the trim. ...
|
|