8 lines
66 B
Plaintext
8 lines
66 B
Plaintext
[source,csharp]
|
|
----
|
|
if (someCondition)
|
|
{
|
|
DoSomething();
|
|
}
|
|
----
|