public static bool testMethod()
            {
                ImprefTestClass_delegate_to_SystemDotDelegate_Delegate src = new ImprefTestClass_delegate_to_SystemDotDelegate_Delegate(ImprefTestClass_delegate_to_SystemDotDelegate.DoNothing);

                System.Delegate dst = src;
                src();
                return(true);
            }
Esempio n. 2
0
	        public static bool testMethod()
	        {
                ImprefTestClass_delegate_to_SystemDotDelegate_Delegate src = new ImprefTestClass_delegate_to_SystemDotDelegate_Delegate(ImprefTestClass_delegate_to_SystemDotDelegate.DoNothing);
		        System.Delegate dst = src;
		        src();
                return true;
	        }