Click or drag to resize
BroccoliSharp BroTableValues Property

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

Return Value

Type: ICollectionBroValue
An ICollectionT containing the values this BroTable.

Implements

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