'Declaration Public Overridable Function ReplaceAt( _ ByVal index As Integer, _ ByVal newObj As Object _ ) As Boolean
Parameters
- index
- Index of the element to be replaced
- newObj
- New element to be used
Return Value
true if successful; false otherwise
'Declaration Public Overridable Function ReplaceAt( _ ByVal index As Integer, _ ByVal newObj As Object _ ) As Boolean