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