10 lines
113 B
Plaintext
10 lines
113 B
Plaintext
![]() |
[source,csharp,diff-id=1,diff-type=compliant]
|
||
|
----
|
||
|
if (condition1) {
|
||
|
// ...
|
||
|
}
|
||
|
|
||
|
if (condition2) {
|
||
|
//...
|
||
|
}
|
||
|
----
|