LINQ Extension Methods


/ Published in: C#
Save to your folder(s)

LINQ Extension method called with delegate, anonymous delegate, and lambda delegate.

Note that this only returns a "default" in the sense that it does not throw an exception if no item in the source matches the selection criteria. .First() does throw an exception in this case.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.