«StringPlusNull» (Задача)
Что выведет следующий код?
try
{
Console.WriteLine(((string)null + null + null) == null);
}
catch (Exception e)
{
Console.WriteLine(e.GetType());
}
Last updated
Was this helpful?
Что выведет следующий код?
try
{
Console.WriteLine(((string)null + null + null) == null);
}
catch (Exception e)
{
Console.WriteLine(e.GetType());
}
Last updated
Was this helpful?