ChildSelector abstract class ChildSelector : CssNode, ISelector, ICssNode, IStyleFormattable Base class for all nth-child (or related) selectors. Documentation Code protected ISelector _kind protected int _offset protected int _step public Priority Specifity { get; } public string Text { get; } public ChildSelector(string name) public abstract bool Match(IElement element)