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