R
Raj
How can I add a function reference to an existing delegate programmatically?
And also, how to add/remove??
Thank you
Regards
Raj
And also, how to add/remove??
Thank you
Regards
Raj
How can I add a function reference to an existing delegate
programmatically?
And also, how to add/remove??
You can use + operator to add function reference only in sequence.
In case, if I need to add a function reference in between and
programmatically, is that still possible?