lists, get last item, 2 second question



Is there a way to get the last item added to a generic list? That is,
without using the count property.


Something to improve this code:


schedule.jobs[schedule.jobs.Count-1].tasks.Add( ... );



With regards,

Nick


.