|
it returns left-hand operand if it is not null else right-hand.
|
Category:
C#
|
Date:
10/13/2010 10:35:47 PM
|
|
|
|
public interface ISample { string this[int idx] {get;set;}}
|
Category:
C#
|
Date:
10/13/2010 10:21:14 PM
|
|
|
|
delegate void SampleDelegate(string s); SampleDelegate d = delegate(string s) {Console.WriteLine(s);....
|
Category:
C#
|
Date:
10/13/2010 10:16:14 PM
|
|
|
|
Runtime exception – null reference because list is not set anywhere.
|
Category:
C#
|
Date:
10/13/2010 9:00:31 PM
|
|
|
|
No, property is method.
|
Category:
C#
|
Date:
10/13/2010 8:58:14 PM
|
|
|