public class superA<TypeX> {
public superA(){
TypeX var1 = new .......
}
}
Imagine the above code, how do I find the type of TypeX if I wish to create a variable of that type before I receive any other information in the constructor?