StringSetAdd Method (Object) |
Add a new item to the set. Note that the item must be a string,
be convertable to a string using value.ToString(), or be null/DBNull.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int Add(
Object value
)
Public Function Add (
value As Object
) As Integer
Parameters
- value
- Type: SystemObject
The value to be added.
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