ProxyGenerationOptions
Initializes a new instance of the  ProxyGenerationOptions class.
            
public ProxyGenerationOptions()
Initializes a new instance of the  ProxyGenerationOptions class.
            
Adds a delegate to be mixed into generated proxies. The delegate
              will act as the target for calls to a `Invoke` method with a signature matching that
              of the delegate.
            
Adds a delegate type to the list of mixins that will be added to generated proxies.
              That is, generated proxies will have a `Invoke` method with a signature matching that
              of the specified delegateType.