[This is preliminary documentation and subject to change.]
Adds an value to the end of this list.
The position into which the new value was inserted.
Adding an item results in the same behaviour as inserting the value to the end of this list (myList.Insert(myList.Count, value);
).
Exception Type | Condition |
---|---|
ArgumentException | The value is not of type IDataObject. |
PagingException | The value could not be added. |
PagedListBase Class | PmMda.Net.Dog.Paging Namespace