1
Answer

type to interface casting with out using CreateInstance

system.runtimetype to interface casting with out using Activator.CreateInstance

i need to cast Type Object to Interface With out Using Activator.CreateInstance 

i need to get the Object From type only and Cast it to Interface.
Answers (1)