[]
Removes the specified field from the collection.
public void Remove(Field value)
Type | Name | Description |
---|---|---|
Field | value |
Removes a field with the specified name from the collection.
public void Remove(string fieldName)
Type | Name | Description |
---|---|---|
string | fieldName |
Removes a field with the specified index from the collection.
public void Remove(int index)
Type | Name | Description |
---|---|---|
int | index |