|
BroRecordRemoveAt Method |
Removes the
BroField item at the specified
index.
Namespace: BroccoliSharpAssembly: BroccoliSharp (in BroccoliSharp.dll) Version: 1.0.5434.15853
Syntax public void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
abstract RemoveAt :
index : int -> unit
override RemoveAt :
index : int -> unit
public final void RemoveAt(
int index
)
function RemoveAt(index);
Parameters
- index
- Type: SystemInt32
The zero-based index of the item to remove.
Implements
IListTRemoveAt(Int32)Exceptions 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