Hello,
I am having problems in converting the following code line to VB.NET:
Control[] list = MyFun(myControl , delegate(Contro l ctl) { ctl.ID ==
"MyControl" ; });
Could someone please help me out?
Thanks,
Miguel
I am having problems in converting the following code line to VB.NET:
Control[] list = MyFun(myControl , delegate(Contro l ctl) { ctl.ID ==
"MyControl" ; });
Could someone please help me out?
Thanks,
Miguel
Comment