Click or drag to resize
BroccoliSharp BroTableValueType Property
Gets the BroType for values of this BroTable.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public BroType ValueType { get; }

Property Value

Type: BroType
Remarks
First item added to the table will determine the value type for all subsequent key/value pairs.
See Also