|
BroVectorItem Property |
Gets or sets the
BroValue at the specified
index.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public BroValue this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As BroValue
Get
Set
abstract Item : BroValue with get, set
override Item : BroValue with get, set
/** @property */
public final BroValue get_Item(
int index
)
/** @property */
public final void set_Item(BroValue 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:
BroValue
The
BroValue at the specified
index, or
null if there was an issue retrieving value.
Implements
IListTItemInt32Exceptions See Also