RemoveAsync Method (C1HierarchicalDataCollection<T>)
In This Topic
Removes the item at the specified from the collection.
Syntax
'Declaration
Public Overridable Function RemoveAsync( _
ByVal As Integer _
) As Task
public virtual Task RemoveAsync(
int
)
Parameters
- index
- The index.
See Also