Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 953 Bytes

CS0127.md

File metadata and controls

17 lines (12 loc) · 953 Bytes

CS0127

Property Value
Id CS0127
Title Since 'function' returns void, a return keyword must not be followed by an object expression.
Severity Error
Official Documentation link

Code Fixes

  • Change member type according to return expression
  • Remove 'return' keyword
  • Remove return expression

(Generated with DotMarkdown)