Table of Contents

Method IndexOf

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

IndexOf(ICssRule)

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

public int IndexOf(ICssRule item)

Parameters

item ICssRule

The object to locate in the IList<T>.

Returns

int

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