ImmutableListTRemoveAt Method
Removes the IListT item at the specified index.
Namespace: SnapDB.ImmutablesAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
public:
virtual void RemoveAt(
int index
) sealed
function RemoveAt(index);
- index Int32
- The zero-based index of the item to remove.
IListTRemoveAt(Int32)