Пример #1
0
 internal static IntPtr GetFunctionPointerForDelegateInternal(Delegate d)
 {
     return(PInvokeMarshal.GetFunctionPointerForDelegate(d));
 }