[]
Adds an existing item to the internal list.
public virtual int Add(object value)
Public Overridable Function Add(value As Object) As Integer
| Type | Name | Description |
|---|---|---|
| object | value | The object to add. |
| Type | Description |
|---|---|
| int | The position into which the new element was inserted. |