`this (ref Bar original)`In the 'Bar' class itself I want to create an instance of 'Foo' using 'this' as parameter. Something in the way of:
`Foo foo = new Foo(ref this);`
I couldn't find anything interesting on the internet to help me. Could anyone help me? Many thanks in advance!