|
Yes, from version 4.0
|
Category:
C#
|
Date:
10/13/2010 10:03:47 AM
|
|
|
|
by marking it with [NonSerialized()] attribute
|
Category:
C#
|
Date:
10/13/2010 9:10:46 AM
|
|
|
|
MulticastDeligate is a special class.It is a deligate that can have more than one element in its inv....
|
Category:
C#
|
Date:
10/1/2010 11:54:31 AM
|
|
|
|
class conver
{
public static void Main()
{
String a = "2000";
int x = Convert.ToInt32(a)....
|
Category:
C#
|
Date:
10/1/2010 11:53:31 AM
|
|
|
|
The naswer is no. Also Virtual or abstract methods can not have private as access modifier. Also pri....
|
Category:
C#
|
Date:
10/1/2010 11:52:31 AM
|
|
|