Interface IProxyAccess<TInterface>
Class implementing this interface has access to the proxy instance that targets it.
Namespace: Solti.Utils.Proxy
Assembly: Solti.Utils.Proxy.dll
Syntax
public interface IProxyAccess<TInterface>
where TInterface : class
Type Parameters
Name | Description |
---|---|
TInterface |
Properties
Proxy
The most outer enclosing proxy.
Declaration
TInterface Proxy { set; }
Property Value
Type | Description |
---|---|
TInterface |