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)
Syntaxpublic int Add(
string value
)
Public Function Add (
value As String
) As Integer
Parameters
- value
- Type: SystemString
The value to add to the set.
Return Value
Type:
Int32The zero-based index at which the new element is inserted if new, else -1 if string is already in set.
See Also