На msdn прочитал такой абзац
A delegate is said to be bound to the method it represents. In addition to being bound to the method, a delegate can be bound to an object. The object represents the first parameter of the method, and is passed to the method every time the delegate is invoked. If the method is an instance method, the bound object is passed as the implicit this parameter (Me in Visual Basic); if the method is static, the object is passed as the first formal parameter of the method, and the delegate signature must match the remaining parameters.
Объясните, пожалуйста, что это за объект, почему он представляет первый параметр метода (как это вообще понять?), и как он передается в первый формальный параметр метода, если метод статический?
Сборка персонального компьютера от Artline: умный выбор для современных пользователей