Removes all items from the collection.
[C#] void Clear()
void Clear()
may throw NotSupportedException()
All Fields collections are read only so calling this function will generate a NotSupportedException.
None.