CS0136
Property | Value |
---|---|
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 |
Code Fixes
- Remove parameter
- Replace variable declaration with assignment