Click or drag to resize
BroccoliSharp BroRecordRemoveAt Method
Removes the BroField item at the specified index.

Namespace: BroccoliSharp
Assembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax
public void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the item to remove.

Implements

IListTRemoveAt(Int32)
Exceptions
ExceptionCondition
ObjectDisposedExceptionCannot execute list operation, BroRecord is disposed.
Remarks
This is not a native Bro record operation. Function will perform expected task, but for large data sets operation may be expensive.
See Also