Castle.Components.DictionaryAdapter.Xml.CompiledXPathStep
namespace Castle.Components.DictionaryAdapter.Xml
{
public class CompiledXPathStep : CompiledXPathNode
{
public XPathExpression Path { get; }
public CompiledXPathStep NextStep { get; }
}
}