What is the most efficient way to get the default constructor (i.e. instance constructor with no parameters) of a System.Type?
I was thinking something along the lines o
type.GetConstructor(Type.EmptyTypes)