T
Tao
hi.. group
I have a question about generic fucntion. Let us say, I have a function
F<T>(int a);
can I do something like:
Type type = obj.GetType();
F<type>(3);
thanks.
I have a question about generic fucntion. Let us say, I have a function
F<T>(int a);
can I do something like:
Type type = obj.GetType();
F<type>(3);
thanks.