Click or drag to resize
BroccoliSharp BroTable  Conversion (BroTable to BroSet)
Implicitly converts keys of a BroTable object to a BroSet.

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

Parameters

value
Type: BroccoliSharpBroTable
A BroTable object.

Return Value

Type: BroSet
A BroSet object.
See Also