Click or drag to resize
BroccoliSharp BroTableContainsKey Method (Object, BroType, String)
Determines whether this BroTable contains specified key of keyType.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public bool ContainsKey(
	Object key,
	BroType keyType,
	string keyTypeName = null
)

Parameters

key
Type: SystemObject
The key to locate in this BroTable.
keyType
Type: BroccoliSharpBroType
The BroType of the key.
keyTypeName (Optional)
Type: SystemString
Optional name of specialized type of key.

Return Value

Type: Boolean
true if key is found in this BroTable; otherwise, false.
Exceptions
ExceptionCondition
ObjectDisposedExceptionCannot execute contains, BroTable is disposed.
See Also