Table of Contents

Interface IStyleSheetList

Namespace
SharpVectors.Dom.Stylesheets
Assembly
SharpVectors.Core.dll

The StyleSheetList interface provides the abstraction of an ordered collection of style sheets.

public interface IStyleSheetList : IList<IStyleSheet>, ICollection<IStyleSheet>, IEnumerable<IStyleSheet>, IEnumerable
Inherited Members

Properties

this[ulong]

Used to retrieve a style sheet by ordinal index. If index is greater than or equal to the number of style sheets in the list, this returns null.

Length

The number of StyleSheets in the list. The range of valid child stylesheet indices is 0 to length-1 inclusive.