Click or drag to resize
BroccoliSharp BroVectorAdd Method (BroValue)
Adds value to this BroVector.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public bool Add(
	BroValue value
)

Parameters

value
Type: BroccoliSharpBroValue
The BroValue to add to this BroVector.

Return Value

Type: Boolean
true if successful; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionCannot add a nullBroValue.
ObjectDisposedExceptionCannot add item, BroVector is disposed.
See Also