CssRuleList sealed class CssRuleList : ICssRuleList, IEnumerable<ICssRule>, IEnumerable Represents an array like structure containing CSS rules. Documentation Code public int Length { get; } Gets the number of rules stored. public IEnumerator<ICssRule> GetEnumerator() Returns an enumerator that iterates through the collection.