T
ThisBytes5
I have the need to generate the following code:
Type someVar = typeof(MyType);
I know how to declare the var and can intialize vars except in this
case.
I can't figure out how to get the codedom to generate a cll to typeof.
Any help would be appreciated.
Type someVar = typeof(MyType);
I know how to declare the var and can intialize vars except in this
case.
I can't figure out how to get the codedom to generate a cll to typeof.
Any help would be appreciated.