Home
Function OR Event name should comply with a naming convention
Rule description
- Function OR Event name should comply with a naming convention
Non-compliant Code Example
private function string TestFunctionCall_ (string cnt) //Non compliant code
return cnt
end function