[]
        
(Showing Draft Content)

DDCssLib.StyleSheet.Insert

Insert Method

Insert(int, object)

Inserts an item to the IList at the specified index.

Declaration
public void Insert(int index, object value)
Parameters
Type Name Description
int index

The zero-based index at which value should be inserted.

object value

The object to insert into the IList.

Implements