Can someone distill into proper English what a delegate is?

前端 未结 11 1026
被撕碎了的回忆
被撕碎了的回忆 2020-12-03 03:27

Can someone please break down what a delegate is into a simple, short and terse explanation that encompasses both the purpose and general benefits? I\'ve tried to wrap my h

11条回答
  •  一整个雨季
    2020-12-03 03:56

    A delegate is a pointer to a method. You can then use your delegate as a parameter of other methods.

    here is a link to a simple tutorial.

    The question I had was 'So, why would I want to do that?' You won't really 'get it' until you solve a programming problem with them.

提交回复
热议问题