Home
Function and Event parameters should comply with a naming convention
Rule description
- Function and Event parameters should comply with a naming convention
Non-compliant Code Example
private function string TestFunctionCall (string parameter_)//Non compliant code
return parameter_
end function