如何查看像grepcode这样的C#库代码是针对Java的?

Pra*_*har 2 c#

C#系列新手.当我想查看Java库代码时,我通常使用grepcode.com.如何查看C#库的代码.

For ex: Code for ArrayList.Sort() method? 
Run Code Online (Sandbox Code Playgroud)

Kja*_*tan 5

您可以在C#中找到.Net的源代码:http: //referencesource.microsoft.com

这将允许您浏览名称空间,或搜索特定的类.