Livejournal
Log in
Post
Friends
My journal
dark_aurel
(Untitled)
May 26, 2009 12:08
...Блядь, тут ещё и кортежей нет...
ненависть
,
профзаметки
Leave a comment
Comments 2
andy128k
May 28 2009, 09:43:28 UTC
В 3.0 добавили object initializators. И на том спасибо.
Лямбда в помощь!
(i, a, b, c) =>
{
switch (i)
{
case 0:
return a;
case 1:
return b;
case 2:
return c;
default:
throw new Exception("Tuple index is out of bounds.");
}
}
Reply
dark_aurel
May 28 2009, 12:00:55 UTC
Да ну иго нах -- у шарпов с выводом типов бывает напряженка.
Reply
Leave a comment
Up
Comments 2
Лямбда в помощь!
(i, a, b, c) =>
{
switch (i)
{
case 0:
return a;
case 1:
return b;
case 2:
return c;
default:
throw new Exception("Tuple index is out of bounds.");
}
}
Reply
Reply
Leave a comment