Exemplo n.º 1
0
 // Get the list of all events within this type.
 public override EventInfo[] GetEvents()
 {
     CheckCreated();
     return(type.GetEvents());
 }