<PackageReference Include="Castle.Core" Version="5.2.1" />

Castle.DynamicProxy.Contributors.MembersCollector

abstract class MembersCollector
protected readonly Type type

public ILogger Logger { get; set; }

protected MembersCollector(Type type)

protected bool AcceptMethod(MethodInfo method, bool onlyVirtuals, IProxyGenerationHook hook)

protected bool AcceptMethodPreScreen(MethodInfo method, bool onlyVirtuals, IProxyGenerationHook hook)

protected abstract MetaMethod GetMethodToGenerate(MethodInfo method, IProxyGenerationHook hook, bool isStandalone)