IsStaticClass
Summary¶
Severity - Fail
Check method - Here
Details¶
The IsStaticClass check ensures class declarations contain the static modifier.
The following class declaration would fail because it does not give the static modifier.
Files contained within an Engines Objects folder are exempt from this check (e.g. files with the file path Your_Toolkit/Toolkit_Engine/Objects/Foo.cs will be exempt).