|
BroRecordItem Property (Int32) |
Gets or sets the
BroField at the specified
index.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public BroField this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As BroField
Get
Set
abstract Item : BroField with get, set
override Item : BroField with get, set
/** @property */
public final BroField get_Item(
int index
)
/** @property */
public final void set_Item(BroField value)
function get_Item(index);
function set_Item(value);
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to get or set.
Return Value
Type:
BroField
The
BroField at the specified
index, or
null if there was an issue retrieving value.
Implements
IListTItemInt32Exceptions See Also