Skip to content

Instantly share code, notes, and snippets.

@nbxx
Created September 16, 2016 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nbxx/bb8ec7b8f90bd16be211c1614feafaa0 to your computer and use it in GitHub Desktop.
Save nbxx/bb8ec7b8f90bd16be211c1614feafaa0 to your computer and use it in GitHub Desktop.
public static object CreateInstance(Type type)
{
return Activator.CreateInstance(type);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment