C# Language Specification

Clients react to events through event handlers. Event handlers are attached using the += operator and removed using the -= operator. ... { get { return url; } } ... The signature of a method specifically does not include the return type, the params modifier that may be specified for the right-most parameter, nor the optional type parameter ... ................
................