24 lines
405 B
Plaintext
24 lines
405 B
Plaintext
include::../description.adoc[]
|
|
|
|
== Noncompliant Code Example
|
|
|
|
----
|
|
Public Sub Foo()
|
|
Thread.CurrentThread.Suspend() ' Noncompliant
|
|
Thread.[Resume]() ' Noncompliant
|
|
End Sub
|
|
----
|
|
|
|
include::../see.adoc[]
|
|
ifdef::env-github,rspecator-view[]
|
|
|
|
'''
|
|
== Implementation Specification
|
|
(visible only on this page)
|
|
|
|
include::../message.adoc[]
|
|
|
|
include::../highlighting.adoc[]
|
|
|
|
endif::env-github,rspecator-view[]
|