[]
Adds an Element to the list.
public override int Add(object value)
Public Overrides Function Add(value As Object) As Integer
| Type | Name | Description |
|---|---|---|
| object | value | Element to add to the list. |
| Type | Description |
|---|---|
| int | The index of the new object in the list. |