ICssRuleList public interface ICssRuleList : IEnumerable<ICssRule>, IEnumerable Represents a list of CSS rules. Documentation Code 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.