B
Bud J via DotNetMonster.com
How expensive is CreateInstance for example.....
ISomeInterface isomeType = Activator.CreateInstance(someType) as
ISomeInterace;
and if it is not that expensive is there anything to watch out for if i use
it
ISomeInterface isomeType = Activator.CreateInstance(someType) as
ISomeInterace;
and if it is not that expensive is there anything to watch out for if i use
it