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

Castle.Components.DictionaryAdapter.Xml.XmlAccessorFactory<TAccessor>

public sealed delegate XmlAccessorFactory<TAccessor> : MulticastDelegate where TAccessor : XmlAccessor
public XmlAccessorFactory(object object, IntPtr method)

public virtual IAsyncResult BeginInvoke(string name, Type type, IXmlContext context, AsyncCallback callback, object object)

public virtual TAccessor EndInvoke(IAsyncResult result)

public virtual TAccessor Invoke(string name, Type type, IXmlContext context)