Click or drag to resize
BroccoliSharp BroTableKeyType Property
Gets the BroType for keys of this BroTable.

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

Property Value

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