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

Castle.Components.DictionaryAdapter.Xml.XPathAttribute

public class XPathAttribute : Attribute
namespace Castle.Components.DictionaryAdapter.Xml { public class XPathAttribute : Attribute { public CompiledXPath GetPath { get; } public CompiledXPath SetPath { get; } public bool Nullable { get; set; } public XPathAttribute(string path); public XPathAttribute(string get, string set); } }