IMultiSelector public interface IMultiSelector Represents a CSS selector containing multiple CSS selectors. Documentation Code ISelector GetMatchingSelector(IElement element, IElement scope = null) Gets the contained selector that matches the provided element / scope, if any.