Click or drag to resize

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
)

Parameters

set
Type: NetQuarryStringSet
The set of strings to add.

Return Value

Type: Int32
The number of items added to the list.
See Also