Method Add
- Namespace
- SharpVectors.Dom.Stylesheets
- Assembly
- SharpVectors.Css.dll
Add(IStyleSheet)
Adds an item to the ICollection<T>.
public void Add(IStyleSheet item)
Parameters
item
IStyleSheetThe object to add to the ICollection<T>.
Exceptions
- NotSupportedException
The ICollection<T> is read-only.