Table of Contents

Property this

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

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.

public ICssRule this[ulong index] { get; set; }

Parameters

index ulong

Property Value

ICssRule

this[int]

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.

public ICssRule this[int index] { get; set; }

Parameters

index int

Property Value

ICssRule