RemoveAsync Method
RemoveAsync(Int32)
Removes the first occurrence of the specified element from this list, if it is present. If this list does not contain the element, it is unchanged.
Declaration
Task<T> RemoveAsync(int index)
Parameters
Int32 | index | element to be removed from this list, if present |
Returns
Task<T> | the element previously at the specified position |