CssRuleList sealed class CssRuleList : ICssRuleList, IEnumerable<ICssRule>, IEnumerable Represents an array like structure containing CSS rules. Documentation Code public bool HasDeclarativeRules { get; } public CssRule this[int index] { get; } public int Length { get; } public IEnumerable<CssRule> Nodes { get; } public IEnumerator<ICssRule> GetEnumerator()