// Get all constructors for this type. public override ConstructorInfo[] GetConstructors(BindingFlags bindingAttr) { CheckCreated(); return(type.GetConstructors(bindingAttr)); }