'Declaration
Public Overridable Function Replace( _ ByVal newObj As Object, _ ByVal oldObj As Object _ ) As Integer
Parameters
- newObj
- New element to be used
- oldObj
- Element to be replaced
Return Value
New element if successful; otherwise, -1
'Declaration
Public Overridable Function Replace( _ ByVal newObj As Object, _ ByVal oldObj As Object _ ) As Integer