Hello !
I want to know...can I write a method inside C# class which has generic input parameters and generic return type. If yes..can someone help me with such method declaration and method usage. Here by 'Generic' I mean to say the return type and input parameters can be anything integer, string, array, object...
Thank You and Best Regards !
I want to know...can I write a method inside C# class which has generic input parameters and generic return type. If yes..can someone help me with such method declaration and method usage. Here by 'Generic' I mean to say the return type and input parameters can be anything integer, string, array, object...
Thank You and Best Regards !
Comment