Removes an item from the collection.
[C#] bool Remove(Field value)
bool Remove(Field value)
may throw NotSupportedException()
All Fields collections are read only so calling this function will generate a NotSupportedException.
None.