Table of Contents

Interface ICssRuleList

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Core.dll

The ICssRuleList interface provides the abstraction of an ordered collection of CSS rules.

public interface ICssRuleList : IList<ICssRule>, ICollection<ICssRule>, IEnumerable<ICssRule>, IEnumerable
Inherited Members

Properties

HasFontRule

Gets a value specifying whether the contents of this list includes a font rule.

This is an implementation extension, not CSS specification.

this[ulong]

Used to retrieve a CSS rule by ordinal index. The order in this collection represents the order of the rules in the CSS style sheet. If index is greater than or equal to the number of rules in the list, this returns null.

Length

The number of CSS rules in the list. The range of valid child rule indices is 0 to length-1 inclusive.