Comments on: Method I Wish Was There: IEnumerable.IsNullOrEmpty http://jrwren.wrenfam.com/blog/2010/04/22/method-is-wish-was-there-ienumerable-isnullorempty/ babblings of a computer loving fool Mon, 21 Nov 2016 19:37:12 +0000 hourly 1 https://wordpress.org/?v=4.7.2 By: Chris Marinos http://jrwren.wrenfam.com/blog/2010/04/22/method-is-wish-was-there-ienumerable-isnullorempty/comment-page-1/#comment-31347 Fri, 23 Apr 2010 15:02:56 +0000 http://jrwren.wrenfam.com/blog/2010/04/22/method-is-wish-was-there-ienumerable-isnullorempty/#comment-31347 I’m cool with this too. As it turns out the BCL LINQ extension methods actually raise ArgumentNullException instead of NullReferenceException which gives you even more justification here.

-Chris

]]>