How to use reflection to call generic method?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Is static class thread safe in c#?

0 Answers  


What is the difference between interface and functional interface?

0 Answers  


int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?

5 Answers  


What is int32 in c#?

0 Answers  


Can class inherit from struct c#?

0 Answers  


What are satellite assemblies? How will you get the different language strings?

0 Answers  


What is foreach loop in c#?

0 Answers  


the c# keyword .int. Maps to which .net type?

0 Answers   Siebel Systems,


Where are value types stored in c#?

0 Answers  


What is entity framework in c#?

0 Answers  


What do you mean by abstract class in c#?

0 Answers  


Why we use dll in c#?

0 Answers  


Categories