Browse by Tags
All Tags » rules » returns
-
I am having trouble getting GhostDoc Pro 4 beta to generate a return type for the following example:
public List<string> TestMethod(List<string> test)
{
return test;
}
This is what is generated:
/// <summary>
...
|
|