F
foolmelon
It is something like
Public T myFunc<T>(Type type_Of_T, other params but none is for type
T...)
{
// create an instance of T
// do some other initialization for the instance of T
// return the instance of T
}
Public T myFunc<T>(Type type_Of_T, other params but none is for type
T...)
{
// create an instance of T
// do some other initialization for the instance of T
// return the instance of T
}