StringSetAdd Method (StringSet) |
Add items from the provide set of strings into this set.
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(
StringSet set
)
Public Function Add (
set As StringSet
) As Integer
Parameters
- set
- Type: NetQuarryStringSet
The set of strings to add.
Return Value
Type:
Int32The number of items added to the list.
See Also