|
checked keyword enables overflow checkin for integral-type arithmetic operations
|
Category:
C#
|
Date:
10/14/2010 4:32:14 AM
|
|
|
|
void M(int A, int B) {}
M(A: 34, B:345);
|
Category:
C#
|
Date:
10/14/2010 3:59:47 AM
|
|
|
|
no. You can define indexers.
|
Category:
C#
|
Date:
10/14/2010 3:42:32 AM
|
|
|
|
Yes
|
Category:
C#
|
Date:
10/14/2010 3:14:14 AM
|
|
|
|
SmtpClient smtp = new SmtpClient(); smtp.Host = “10.0.0.1”;
MailMessage mail = new MailMessage(); ma....
|
Category:
C#
|
Date:
10/14/2010 2:50:31 AM
|
|
|