Browse by Tags
All Tags » reordering
-
I propose to add the general possibility to call another rule (predefined or user defined) within the definition of a new rule.
Description of syntax:
$Rules.Parameters(ruleName, inputToRule)
Example to call the rule "Last word triggers an "of the" reordering" from within a new rule:
The ...
-
Example:
Public Function GetRegistryKey(ByVal piKeyName As String) As String
The default doc created for this, will produce this output based on the "Of the" reordering rule that reorders because piKeyName ends with "Name":
''' <summary>
''' Gets ...
|
|