IConditionFunction public interface IConditionFunction : ICssNode, IStyleFormattable Represents a function of the @supports rule. Documentation Code namespace AngleSharp.Dom.Css { public interface IConditionFunction : ICssNode, IStyleFormattable { bool Check(); } }