Click or drag to resize
BroccoliSharp BroRecordItem Property (Int32)
Gets or sets the BroField at the specified index.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public BroField this[
	int index
] { get; set; }

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

IListTItemInt32
Exceptions
ExceptionCondition
ObjectDisposedExceptionCannot get or set BroField, Bro record is disposed.
ArgumentOutOfRangeExceptionindex is not a valid index in this BroRecord.
ArgumentNullExceptionCannot set a nullBroField.
InvalidOperationExceptionFailed to update BroField at index.
See Also