Delegate with parameter and return

Code Example - Delegate with parameter and return

                
                        public delegate int TestDelegate(object obj1, object obj2);