Method Add
Add(FieldValue)
Adds a value to the end of the list represented by this instance.
Declaration
public void Add(FieldValue item)
Parameters
| Type | Name | Description |
|---|---|---|
| FieldValue | item | FieldValue instance to be added
to the end of the list represented by this instance. If
null, Null will be added instead.
|