Click or drag to resize

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
)

Parameters

arr
Type: SystemString
The array of strings to add.

Return Value

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