MaterializedOnDemandBsonArrayRemoveAt Method |
Removes an element from the array.
Namespace:
MongoDB.Bson
Assembly:
MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public override void RemoveAt(
int index
)
Public Overrides Sub RemoveAt (
index As Integer
)
abstract RemoveAt :
index : int -> unit
override RemoveAt :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The zero based index of the element to remove.
Implements
IListTRemoveAt(Int32)See Also