Click or drag to resize
BroccoliSharp BroTableItem Property (BroValue)
Gets or sets the BroValue with the specified key.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public BroValue this[
	BroValue key
] { get; set; }

Parameters

key
Type: BroccoliSharpBroValue
The BroValue key of the element to get or set.

Return Value

Type: BroValue
The BroValue with the specified key if successful; otherwise, null.

Implements

IDictionaryTKey, TValueItemTKey
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
ArgumentNullExceptionvalue is null.
ObjectDisposedExceptionCannot get or add key/value pair, BroTable is disposed.
InvalidOperationExceptionFailed to add BroValue for the specified key.
See Also