[]
Adds an item to the IList.
public int Add(object value)
Type | Name | Description |
---|---|---|
object | value | The object to add to the IList. |
Type | Description |
---|---|
int | The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection. |