|
BroSetAdd Method (BroValue) |
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntaxpublic bool Add(
BroValue value
)
Public Function Add (
value As BroValue
) As Boolean
abstract Add :
value : BroValue -> bool
override Add :
value : BroValue -> bool
public final boolean Add(
BroValue value
)
Parameters
- value
- Type: BroccoliSharpBroValue
The BroValue to add to this BroSet.
Return Value
Type:
Booleantrue if successful; otherwise,
false.
Implements
ISetTAdd(T)
Exceptions
Remarks
First item added to the set will determine the type for all subsequent set keys. Any key values
attempted to be added that are not the same type as the first key will fail to insert into the set.
See Also