T
Timothy V
Hi,
I was wondering how to create an instance of a System.Type variable (if it
is possible). For example:
object someMethod(System.Type st)
{
object o = new st(); // I know this is incorrect
return o;
}
I know the above line is incorrect, but it is the best was i could descibe
the problem.
Thanks very much in advance,
Tim.
I was wondering how to create an instance of a System.Type variable (if it
is possible). For example:
object someMethod(System.Type st)
{
object o = new st(); // I know this is incorrect
return o;
}
I know the above line is incorrect, but it is the best was i could descibe
the problem.
Thanks very much in advance,
Tim.