IMutableArrayAddString Method |
Adds an entry to this collection
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax IMutableArray AddString(
string value
)
Parameters
- value
- Type: SystemString
The value to add
Return Value
Type:
IMutableArrayThe array for further processing
See Also