T
tony
Hello!!
Assume I have this method
public void foo(object obj);
and I want to find out what type this obj is.
How do I do that?
I can look in the code but assume the code is very complicated.
//Tony
Assume I have this method
public void foo(object obj);
and I want to find out what type this obj is.
How do I do that?
I can look in the code but assume the code is very complicated.
//Tony