Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 458 Bytes

File metadata and controls

13 lines (6 loc) · 458 Bytes

Iec046 - Function Container Functions have to be static

Severity: Error Error

Methods with the attribute [Function] inside a class with the attribute [FunctionContainer] have to be static.

Solution

You can also use the provided automatic Code Fix to add the static modifier to the method. ( Press Alt + Enter on the Error line to find the Code Fix in the context menu)

Add the static modifier to the method.