// ReSharper disable once CheckNamespace namespace Svg.ExCSS { internal sealed class NthFirstChildSelector : NthChildSelector, IToString { public override string ToString(bool friendlyFormat, int indentation = 0) { return FormatSelector(PseudoSelectorPrefix.PseudoFunctionNthchild); } } }