Method Clear
- Namespace
 - SharpVectors.Dom.Svg
 
- Assembly
 - SharpVectors.Model.dll
 
Clear()
Removes all items from the ICollection<T>.
public void Clear()
Exceptions
- NotSupportedException
 The ICollection<T> is read-only.
Removes all items from the ICollection<T>.
public void Clear()
The ICollection<T> is read-only.