|
BroTableItem Property (BroValue) |
Gets or sets the
BroValue with the specified
key.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public BroValue this[
BroValue key
] { get; set; }
Public Default Property Item (
key As BroValue
) As BroValue
Get
Set
abstract Item : BroValue with get, set
override Item : BroValue with get, set
/** @property */
public final BroValue get_Item(
BroValue key
)
/** @property */
public final void set_Item(BroValue value)
function get_Item(key);
function set_Item(value);
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, TValueItemTKeyExceptions See Also