Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 440 Bytes

File metadata and controls

11 lines (6 loc) · 440 Bytes

Iec072 - Use Init instead of old ctor

Severity: Warning Warning

Reports all method declarations of the name ctor() that have no parameters.

Solution

You can also use the provided automatic Code Fix to renames the ctor() method and its usages to Init(). ( Press Alt + Enter on the Error line to find the Code Fix in the context menu)

Rename the ctor() method and its usages to Init().