[]
Inserts a FieldCode into this collection before another field code.
public FieldCode Insert(string code, FieldCode before)
Public Function Insert(code As String, before As FieldCode) As FieldCode
Type | Name | Description |
---|---|---|
string | code | The field code to insert. |
FieldCode | before | The FieldCode object before which to insert the new one. If this parameter is null, the new code will be added to the end of the collection. |