Delegates
Learn delegates and I can't find any information about the following thing:
I want to completely understand why it is so
- Why when we declare an instance of delegate with its name in class we can't provide it with one more method outside of its declaration? But it works in method as we can see,
- Why we CAN add method in an instance of delegate during its declaration?
I want to completely understand why it is so
