Let’s say we have a delegate class that doesn’t im...
# language-proposals
m
Let’s say we have a delegate class that doesn’t implement any interfaces except
ReadOnlyProperty
or
ReadWriteProperty
and delegate’s
this
is used only for calling its methods and accessing its properties. In this case it’s possible in theory to inline the body of the delegate class into a containing class.