About extension methods

Posted by Srinivas Reddy Thatiparthy on Stack Overflow See other posts from Stack Overflow or by Srinivas Reddy Thatiparthy
Published on 2010-06-07T18:15:24Z Indexed on 2010/06/07 18:22 UTC
Read the original article Hit count: 210

Filed under:
|
|

Shall i always need to throw ArgumentNullException(well,extension methods in Enumerable throw ArgumentNullException) when an extension method is called on null?I would like to have a clarification on this?If the answer is an Yes and No please present both the cases.

© Stack Overflow or respective owner

Related posts about c#

Related posts about c#3.0