rspec/rules/S3972/csharp/compliant-code-exclusive.adoc
2023-06-09 16:37:07 +02:00

8 lines
87 B
Plaintext

[source,csharp]
----
if (condition1) {
// ...
} else if (condition2) {
//...
}
----