I know when I define a delegate type, the compiler automatically generates the delegate type and adds several virtual methods such as 'invoke'。
But it's a virtual method, and the implementation code is implemented in 'CLR' by the c++ .So,how do I find this implementation code?