Delegates are everywhere in modern code; a delegate is a type that represents references to methods with a particular parameter list and return type. Developers use delegates to pass methods as arguments to other methods. One example you may be familiar with is with event handlers.
원문출처 : https://devblogs.microsoft.com/visualstudio/easily-navigate-code-delegates-while-debugging
원문출처 : https://devblogs.microsoft.com/visualstudio/easily-navigate-code-delegates-while-debugging