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
Returns
- int
The index of
item
if found in the list; otherwise, -1.