Ejemplo n.º 1
0
 // Get an event from this type.
 public override EventInfo GetEvent(String name, BindingFlags bindingAttr)
 {
     CheckCreated();
     return(type.GetEvent(name, bindingAttr));
 }