|
BroTableKeyType Property |
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public BroType KeyType { get; }
Public ReadOnly Property KeyType As BroType
Get
member KeyType : BroType with get
/** @property */
public BroType get_KeyType()
Property Value
Type:
BroTypeRemarks
First item added to the table will determine the key type for all subsequent key/value pairs.
See Also