Skip to content

Instantly share code, notes, and snippets.

@zhenlinyang
Last active July 1, 2016 02:40
Show Gist options
  • Save zhenlinyang/666bc9613c9b9d74be781446b9be4ac1 to your computer and use it in GitHub Desktop.
Save zhenlinyang/666bc9613c9b9d74be781446b9be4ac1 to your computer and use it in GitHub Desktop.
Activator Sample
private ConfigDataBase CreateConfigData(Type configType)
{
var configData = Activator.CreateInstance(configType) as ConfigDataBase;
return configData;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment