Click or drag to resize

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
)

Parameters

values
Type: System.CollectionsIList
The list of items.

Return Value

Type: Int32
The number of new items actually added.
See Also