StringSetAdd Method (IList) |
Add items from a list of items.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int Add(
IList values
)
Public Function Add (
values As IList
) As Integer
Parameters
- values
- Type: System.CollectionsIList
The list of items.
Return Value
Type:
Int32The number of new items actually added.
See Also