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