Inserts an item into the collection at the specified position.
[C#] void Insert(int index, Field value)
void Insert(int index, Field value)
may throw NotSupportedException()
All Fields collections are read only so calling this function will generate a NotSupportedException.
None.