Interface IDelegateWrapper

Contract that specifies how to get the wrapped delegate

Namespace: Solti.Utils.Proxy.Internals
Assembly: Solti.Utils.Proxy.dll
Syntax
public interface IDelegateWrapper
Remarks

This interface is used by the generated proxies only therefore it is considered internal. User code should not depend on it.

Properties

Wrapped

The wrapped delegate

Declaration
Delegate Wrapped { get; }
Property Value
Type Description
System.Delegate
In This Article
Back to top Generated by DocFX