Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 777 Bytes

CS0131.md

File metadata and controls

14 lines (10 loc) · 777 Bytes

CS0131

Property Value
Id CS0131
Title The left-hand side of an assignment must be a variable, property or indexer.
Severity Error
Official Documentation link

Code Fixes

  • Remove 'const' modifier

(Generated with DotMarkdown)