Table of Contents

Property this

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

this[ulong]

Used to retrieve the properties that have been explicitly set in this declaration block. The order of the properties retrieved using this method does not have to be the order in which they were set. This method can be used to iterate over all properties in this declaration block.

string this[ulong index] { get; }

Parameters

index ulong

Property Value

string