Click or drag to resize
BroccoliSharp BroVectorAdd Method (Object, BroType, String)
Adds value of type to this BroVector.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public bool Add(
	Object value,
	BroType type,
	string typeName = null
)

Parameters

value
Type: SystemObject
The value to add to this BroVector.
type
Type: BroccoliSharpBroType
The BroType of the value.
typeName (Optional)
Type: SystemString
Optional name of specialized type of value.

Return Value

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