Posts by Vinícius • 4,111 points
101 posts
-
1
votes2
answers65
viewsQ: Consulting type passed via generic method
I have the following situation: public List<TEntidade> MeuMetodo<TEntidade>() { //My Code Here } Is there any way I can catch this guy from Tentity? The ultimate goal is to use this Type…