I have a generic class, says :
MyClass
Inside a method of this class, I would like to test the type of T, for example :
If you want to do different things for different types would it still be generic?