Click or drag to resize
BroccoliSharp BroVector Constructor (IEnumerableBroValue)
Creates a new BroVector from an existing collection of BroValue items.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public BroVector(
	IEnumerable<BroValue> values
)

Parameters

values
Type: System.Collections.GenericIEnumerableBroValue
Collection of BroValue items.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalues is null.
OutOfMemoryExceptionFailed to create Bro vector.
See Also