I\'m working primarily with .NET 4.0 using fsi, F# interactive, but I have a couple of dll tha开发者_运维知识库t I need to access that are only compiled for the .NET 2.0 version of the framework (I ch
While inspecting delegates in C# and .NET in general, I noticed some interesting facts: Creating a delegate in C# creates a class derived from MulticastDelegate with a constructor:
I have discovered that if i run following lines of code. int i = 7; i.GetHashCode(); //where GetHashCode() is the derived