BaseClassProxyGenerator abstract class BaseClassProxyGenerator : BaseProxyGenerator Documentation Code protected abstract FieldReference TargetField { get; } protected BaseClassProxyGenerator(ModuleScope scope, Type targetType, Type[] interfaces, ProxyGenerationOptions options) protected abstract ProxyTargetAccessorContributor GetProxyTargetAccessorContributor() protected abstract CompositeTypeContributor GetProxyTargetContributor(INamingScope namingScope)