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