ICssRuleList public interface ICssRuleList : IEnumerable<ICssRule>, IEnumerable Represents a list of CSS rules. Documentation Code string CssText { get; } Gets the text representation of the rule list. ICssRule this[int index] { get; } Gets a CSS rule at the specified index. int Length { get; } Gets the number of elements in the list of rules.