Removes the element at the specified index of the BigList.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void RemoveAt(
long index
)
Public Sub RemoveAt (
index As Long
)
public:
void RemoveAt(
long long index
)
member RemoveAt :
index : int64 -> unit
Parameters
- index
- Type: SystemInt64
The zero-based index of the element to remove.
See Also