ICssComment public interface ICssComment : ICssNode, IStyleFormattable Represents a comment in the CSSOM. Documentation Code namespace AngleSharp.Dom.Css { public interface ICssComment : ICssNode, IStyleFormattable { string Data { get; } } }