CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: RuCoder

Search: Search took 0.02 seconds.

  1. Re: How to pass arguments to delegate in Enumerable::Select

    Thank you, this solves my problem.

    But what about extra params? is there a way to pass them in cases when there is no possibility to use other functions?
  2. How to pass arguments to delegate in Enumerable::Select

    Hello gurus!

    Could you please advice how to call delegate with 2 params within Enumerable::Select?

    I have understanding how to call function with 1 param (getId sample below), but didn't...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured