[]
        
(Showing Draft Content)

DDCssLib.StyleSheet.IndexOf

IndexOf Method

IndexOf(object)

Determines the index of a specific item in the IList.

Declaration
public int IndexOf(object value)
Parameters
Type Name Description
object value

The object to locate in the IList.

Returns
Type Description
int

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

Implements