Interface ITargetAccess
Type independent way to access the underlying target.
Namespace: Solti.Utils.Proxy.Internals
Assembly: Solti.Utils.Proxy.dll
Syntax
public interface ITargetAccess
Remarks
This interface is used by the generated proxies only therefore it is considered internal. User code should not depend on it.
Properties
Target
The target instance.
Declaration
object Target { get; set; }
Property Value
Type | Description |
---|---|
System.Object |