Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 716 Bytes

CS0101.md

File metadata and controls

14 lines (10 loc) · 716 Bytes

CS0101

Property Value
Id CS0101
Title The namespace 'namespace' already contains a definition for 'type'.
Severity Error
Official Documentation link

Code Fixes

  • Add 'partial' modifier

(Generated with DotMarkdown)