9 lines
200 B
Plaintext
9 lines
200 B
Plaintext
![]() |
[source,vbnet,diff-id=1,diff-type=noncompliant]
|
||
|
----
|
||
|
Public Class [MyClass] ' Noncompliant: the class contains only private constructors
|
||
|
Private Sub New()
|
||
|
' ...
|
||
|
End Sub
|
||
|
End Class
|
||
|
----
|