2 lines
55 B
C#
2 lines
55 B
C#
if (foo == null)
|
|
Console.WriteLine("foo is null");
|
if (foo == null)
|
|
Console.WriteLine("foo is null");
|