Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.51 KB

CS0136.md

File metadata and controls

16 lines (11 loc) · 1.51 KB

CS0136

Property Value
Id CS0136
Title A local variable named 'var' cannot be declared in this scope because it would give a different meaning to 'var', which is already used in a 'parent or current/child' scope to denote something else.
Severity Error
Official Documentation link

Code Fixes

  • Remove parameter
  • Replace variable declaration with assignment

(Generated with DotMarkdown)