[]
Replaces an existing element index with a new one.
public virtual bool ReplaceAt(int index, object newObj)
Public Overridable Function ReplaceAt(index As Integer, newObj As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| int | index | Index of the element to be replaced |
| object | newObj | New element to be used |
| Type | Description |
|---|---|
| bool | true if successful; false otherwise |