Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 870 Bytes

CS0192.md

File metadata and controls

17 lines (12 loc) · 870 Bytes

CS0192

Property Value
Id CS0192
Title Readonly field 'name' cannot be used as ref or out value (except in a constructor).
Severity Error
Official Documentation link

Code Fixes

  • Make field writable
  • Remove 'out' modifier
  • Remove 'ref' modifier

(Generated with DotMarkdown)