ReplaceAsync Method (C1FilterDataCollection<T>)
In This Topic
Replaces the item at the specified index by the new specified item.
Syntax
'Declaration
Public Overrides Function ReplaceAsync( _
ByVal As Integer, _
ByVal As Object _
) As Task
public override Task ReplaceAsync(
int ,
object
)
Parameters
- index
- The index.
- item
- The item.
See Also