is it possible to see the source code of C# library implementations?
such as List or Dictionary implementation source code.
is it possible to see the source code of C# library implementations?
such as List or Dictionary implementation source code.
Yes, it is. You can decompile every .NET Assembly using Red Gates Reflector together with the appropriate AddIns.