Table of Contents

Property this

Namespace
SharpVectors.Dom.Css
Assembly
SharpVectors.Core.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.

ICssRule this[ulong Item] { get; }

Parameters

Item ulong

Property Value

ICssRule