Method InsertLast
InsertLast(T)
Insert an item at the back of this list. DuplicateNotAllowedException if the list has
AllowsDuplicates==false
and the item is
already in the list.
Declaration
void InsertLast(T item)
Parameters
Type | Name | Description |
---|---|---|
T | item | The item to insert. |