[]
Removes a field from the collection.
public void Remove(int index)
Type | Name | Description |
---|---|---|
int | index | Specifies the field to be removed. |
Removes a field from the collection.
public void Remove(string name)
Type | Name | Description |
---|---|---|
string | name | The name of the field to be removed. |
Removes a field from the collection.
public void Remove(FieldBase item)
Type | Name | Description |
---|---|---|
FieldBase | item | The field to be removed. |