Table of Contents

Property this

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

this[ulong]

Returns the indexth in the list. If index is greater than or equal to the number of media in the list, this returns null.

public string this[ulong index] { get; }

Parameters

index ulong

Property Value

string

this[int]

Returns the indexth in the list. If index is greater than or equal to the number of media in the list, this returns null.

public string this[int index] { get; }

Parameters

index int

Property Value

string