|
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
|
|
|
|
There are several ways to break out of a nested loop:-
1. The simplest and the easiest way is to us....
|
Category:
C#
|
Date:
10/1/2010 11:51:31 AM
|
|
|
|
Dispose() method is called programatically by the user and it is used to de-allocate the unused obje....
|
Category:
C#
|
Date:
10/1/2010 11:50:31 AM
|
|
|