Method Clear
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.