[]
        
(Showing Draft Content)

DDCssLib.StyleSheet.Remove

Remove Method

Remove(object)

Removes the first occurrence of a specific object from the IList.

Declaration
public void Remove(object value)
Parameters
Type Name Description
object value

The object to remove from the IList.

Implements