Click or drag to resize
BroccoliSharp BroRecord Constructor (IEnumerableBroField)
Creates a new BroRecord from an existing collection of BroField items.

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

Parameters

values
Type: System.Collections.GenericIEnumerableBroField
Collection of BroField items.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalues is null.
OutOfMemoryExceptionFailed to create Bro record.
See Also