Click or drag to resize
BroccoliSharp BroField  Conversion (BroTable to BroField)
Implicitly converts BroTable value to a BroField.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public static implicit operator BroField (
	BroTable value
)

Parameters

value
Type: BroccoliSharpBroTable
A BroTable object.

Return Value

Type: BroField
A BroField object.
See Also