8 lines
87 B
Plaintext
8 lines
87 B
Plaintext
[source,csharp]
|
|
----
|
|
if (condition1) {
|
|
// ...
|
|
} else if (condition2) {
|
|
//...
|
|
}
|
|
---- |