Castle.Components.DictionaryAdapter.Xml.XPathAttribute
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);
}
}