Click or drag to resize

StringSetAdd Method (String)

Add a string to the set if not already there.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int Add(
	string value
)

Parameters

value
Type: SystemString
The value to add to the set.

Return Value

Type: Int32
The zero-based index at which the new element is inserted if new, else -1 if string is already in set.
See Also