Can i set variable as the initalization style after initalization? C#
Posted
by acidzombie24
on Stack Overflow
See other posts from Stack Overflow
or by acidzombie24
Published on 2010-03-18T12:17:48Z
Indexed on
2010/03/18
12:21 UTC
Read the original article
Hit count: 82
c#
I can do this
var v = new class_name() { media_id = m, fn = fullfn2 };
Can i do something like this
set v { media_id = m, fn = fullfn2 };
© Stack Overflow or respective owner