8 lines
174 B
Plaintext
8 lines
174 B
Plaintext
![]() |
[source,csharp,diff-id=1,diff-type=noncompliant]
|
||
|
----
|
||
|
public class MyClass // Noncompliant: the class contains only private constructors
|
||
|
{
|
||
|
private MyClass() { ... }
|
||
|
}
|
||
|
----
|