Click or drag to resize
BroccoliSharp BroTableContainsKey Method (BroValue)
Determines whether this BroTable contains specified key.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public bool ContainsKey(
	BroValue key
)

Parameters

key
Type: BroccoliSharpBroValue
The BroValue to locate in this BroTable.

Return Value

Type: Boolean
true if key is found in this BroTable; otherwise, false.

Implements

IDictionaryTKey, TValueContainsKey(TKey)
Exceptions
ExceptionCondition
ObjectDisposedExceptionCannot execute contains, BroTable is disposed.
See Also