Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.08 KB

CS0201.md

File metadata and controls

21 lines (16 loc) · 1.08 KB

CS0201

Property Value
Id CS0201
Title Only assignment, call, increment, decrement, and new object expressions can be used as a statement.
Severity Error
Official Documentation link

Code Fixes

  • Add argument list
  • Change member type according to return expression
  • Introduce field
  • Introduce local variable
  • Remove parentheses
  • Replace comparison with assignment
  • Replace conditional expression with if-else

(Generated with DotMarkdown)