lambda

  1. N

    Question Converting a C# Lambda expression to VB.NET

    I will probably sound like a bad developer here, but I am attempting to convert some code from the following page from C# to VB.NET: http://msdn.microsoft.com/en-us/library/hh286407(v=VS.92).aspx The code I am having trouble converting is from Step 4 of "Joining a Multicast Group" on the page...
  2. M

    RemoveHandler and lambda expressions

    Hi, Does someone know how to remove a handler set up by a lambda expression? According to this MSDN article, lambda expression should be assigned to variables which should be used to define handler operators. So far, I have used lambda expessions w/o variables. For instance, the following works...
Back
Top