StringSetAdd Method (String) |
Add items from an array of strings.
Note that blank and null items are skipped.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int Add(
string[] arr
)
Public Function Add (
arr As String()
) As Integer
Parameters
- arr
- Type: SystemString
The array of strings to add.
Return Value
Type:
Int32The number of items added to the list.
See Also