Click or drag to resize
BroccoliSharp BroTableKeys Property

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public ICollection<BroValue> Keys { get; }

Return Value

Type: ICollectionBroValue
An ICollectionT containing the keys this BroTable.

Implements

IDictionaryTKey, TValueKeys
Exceptions
ExceptionCondition
ObjectDisposedExceptionCannot execute dictionary operation, BroTable is disposed.
See Also