960 Views
In this article, we are going to learn about how we can return null from a generic method in C#. Let's start. Sometimes, when we create a generic method we might have to suppress exceptions and return null, or returning null might be intentional and part of the design.
0 comments