'Declaration Public Overloads Overridable Function Add( _ ByVal e As Object, _ ByVal noClone As Boolean _ ) As Integer
Parameters
- e
- Element object
- noClone
- Whether to add as is, no cloning
Return Value
Integer index of the element
'Declaration Public Overloads Overridable Function Add( _ ByVal e As Object, _ ByVal noClone As Boolean _ ) As Integer