Add an item to the end of the collection.
[C#] int Add(Field field)
int Add(Field field)
may throw NotSupportedException()
This method adds an item to the collection.
All Fields collections are read only so calling this function will generate a NotSupportedException.
None.