Table of Contents

Method IndexOf

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

IndexOf(IStyleSheet)

Determines the index of a specific item in the IList<T>.

public int IndexOf(IStyleSheet item)

Parameters

item IStyleSheet

The object to locate in the IList<T>.

Returns

int

The index of item if found in the list; otherwise, -1.