Consider enum below
enum test:int
{
a,
b,
c = 5,
d
}
What will the following code display
static void Main(string[] args)
{
Console.WriteLine((int)test.a);
Console.WriteLine((int)test.b);
Console.WriteLine((int)test.c);
Console.WriteLine((int)test.d);
Console.ReadKey();
}
Po shfaqen postimet me emërtimin value of enum member declaration. Shfaq të gjitha postimet
Po shfaqen postimet me emërtimin value of enum member declaration. Shfaq të gjitha postimet
e mërkurë, 16 janar 2008
Abonohu te:
Postimet (Atom)