Search

September 11, 2022
Learn »
Thank you for help, comrade. I just passed class object as a parameter and now...
September 11, 2022
Learn »
On 9/11/22 09:26, Ali Çehreli wrote:

In both places I meant "class...
September 11, 2022
Learn »
On 9/11/22 02:54, Injeckt wrote:

> And what I should do to pass...
September 11, 2022
Learn »
And what I should do to pass non-static function? I'm trying get function...
September 11, 2022
Learn »
On Sunday, 11 September 2022 at 09:15:11 UTC, Mike Parker wrote:

Reference:

https...
September 11, 2022
Learn »
...non-static member functions always produce a delegate. Otherwise, you wouldn't be able to...
September 11, 2022
Learn »
...this.ClientThread` of type `extern (Windows) uint delegate(void* param)` to parameter `extern (Windows) uint...
September 11, 2022
Learn »
...it might be your only option.

Your delegate would be like string callWith(string[][string...
September 11, 2022
Learn »
...like to store a reference to that delegate in a struct for later use:

```d...
September 11, 2022
Learn »
...wrapper at the assignment thing.

Like

your_delegate = (a,b) => func_with_three_args(a...
56 57 58 59 60 61 62 63 64 65 66 67
Next ›   Last »