I need to pass a instance (which will be created in this very moment) of a certain type to a method. This type offers several events which I\'d like to subscribe to too, so my c
This is not possible right now but according to Roslyn it is planned and might be available in the future.
--------------------------------------------------------------------------
| Feature | Example | C# |
-------------------------------------------------------------------------|
| Event initializers | new Customer { Notify += MyHandler }; | Planned |
-------------------------------------------------------------------------|