Exemplo n.º 1
0
 public override string[] GetAuxPropertyNames(IHostInvokeContext context, BindingFlags bindFlags)
 {
     return(target.GetAuxPropertyNames(context, bindFlags));
 }
Exemplo n.º 2
0
 public override string[] GetAuxPropertyNames(BindingFlags bindFlags)
 {
     return(target.GetAuxPropertyNames(bindFlags));
 }