|
BroTableContainsKey Method (BroValue) |
Determines whether this
BroTable contains specified
key.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public bool ContainsKey(
BroValue key
)
Public Function ContainsKey (
key As BroValue
) As Boolean
abstract ContainsKey :
key : BroValue -> bool
override ContainsKey :
key : BroValue -> bool
public final boolean ContainsKey(
BroValue key
)
function ContainsKey(key);
Parameters
- key
- Type: BroccoliSharpBroValue
The BroValue to locate in this BroTable.
Return Value
Type:
Booleantrue if
key is found in this
BroTable; otherwise,
false.
Implements
IDictionaryTKey, TValueContainsKey(TKey)Exceptions See Also