Where's IEnumerable<T>.OrderBy declared?

Posted by Water Cooler v2 on Stack Overflow See other posts from Stack Overflow or by Water Cooler v2
Published on 2010-06-02T21:38:42Z Indexed on 2010/06/02 21:44 UTC
Read the original article Hit count: 119

Sorry for being lazy but where's IEnumerable.OrderBy declared. I know it's an extension method but where, in which class is it declared?

PS: Opening reflector...

© Stack Overflow or respective owner

Related posts about generics

Related posts about extension-methods